This commit is contained in:
2021-11-03 16:29:47 +08:00
parent 2321baaa57
commit 86a239082e
4 changed files with 27 additions and 10 deletions
@@ -0,0 +1,16 @@
<?php
namespace Kiri\Events;
class OnAfterCommandExecute
{
/**
*
*/
public function __construct()
{
}
}
@@ -0,0 +1,8 @@
<?php
namespace Kiri\Events;
class OnBeforeCommandExecute
{
}