This commit is contained in:
2021-10-19 17:32:26 +08:00
parent 365cbb0148
commit 2d968c3623
2 changed files with 22 additions and 6 deletions
+8 -2
View File
@@ -2,17 +2,23 @@
namespace Server\Abstracts;
use Kiri\Exception\ConfigException;
use Kiri\Kiri;
use Psr\EventDispatcher\EventDispatcherInterface;
use ReflectionException;
use Server\ServerManager;
/**
*
*/
class OnTaskerStart extends WorkerStart implements EventDispatcherInterface
{
/**
* @throws \Kiri\Exception\ConfigException
* @throws \ReflectionException
* @throws ConfigException
* @throws ReflectionException
*/
public function dispatch(object $event)
{