photo/app/Events/Event.php
2016-06-20 23:35:59 +10:00

9 lines
62 B
PHP

<?php
namespace App\Events;
abstract class Event
{
//
}