1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/app/Events/Event.php

11 lines
121 B
PHP
Raw Normal View History

2015-11-03 05:13:32 +01:00
<?php
namespace App\Events;
use Illuminate\Queue\SerializesModels;
abstract class Event
{
use SerializesModels;
}