blessing-skin-server/app/Events/Event.php
2019-12-14 11:10:37 +08:00

8 lines
55 B
PHP

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