myiptv / app /Events /ExampleEvent.php
ken1402's picture
Upload 73 files
8baf129 verified
Raw
History Blame Contribute Delete
203 Bytes
<?php
namespace App\Events;
class ExampleEvent extends Event
{
/**
* Create a new event instance.
*
* @return void
*/
public function __construct()
{
//
}
}