This commit is contained in:
2021-11-03 16:29:47 +08:00
parent 0570689e2c
commit 98cecce76a
2 changed files with 0 additions and 24 deletions
-16
View File
@@ -1,16 +0,0 @@
<?php
namespace Server\Events;
class OnAfterCommandExecute
{
/**
* @param mixed $data
*/
public function __construct(public mixed $data)
{
}
}
-8
View File
@@ -1,8 +0,0 @@
<?php
namespace Server\Events;
class OnBeforeCommandExecute
{
}