This commit is contained in:
2021-08-03 18:26:11 +08:00
parent 432169fdea
commit e787bb2351
2 changed files with 4 additions and 19 deletions
-2
View File
@@ -18,7 +18,6 @@ use Swoole\Coroutine;
/**
* Class BaseObject
* @package Snowflake\Snowflake\Base
* @method afterInit
*/
class BaseObject implements Configure
{
@@ -34,7 +33,6 @@ class BaseObject implements Configure
if (!empty($config) && is_array($config)) {
Snowflake::configure($this, $config);
}
$this->init();
}