myiptv / app /Events /Event.php
ken1402's picture
Upload 73 files
8baf129 verified
Raw
History Blame Contribute Delete
121 Bytes
<?php
namespace App\Events;
use Illuminate\Queue\SerializesModels;
abstract class Event
{
use SerializesModels;
}