改名
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user