mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 06:57:24 +08:00
8 lines
55 B
PHP
8 lines
55 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Events;
|
||
|
|
||
|
abstract class Event
|
||
|
{
|
||
|
}
|