This commit is contained in:
2021-04-25 12:39:58 +08:00
parent c8b34c7382
commit 55c4b6c897
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -33,8 +33,6 @@ class BaseObject implements Configure
public function __construct($config = [])
{
if (!empty($config) && is_array($config)) {
var_dump(static::class . '::' . Json::encode($config));
Snowflake::configure($this, $config);
}
$this->init();