blessing-skin-server/app/Events/Event.php
2016-08-28 10:05:21 +08:00

9 lines
62 B
PHP

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