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