modify plugin name

This commit is contained in:
2022-06-22 16:37:03 +08:00
parent 38f00206eb
commit 60003c4527
-1
View File
@@ -53,7 +53,6 @@ abstract class BaseMain extends Component
$this->mapping($config['mapping'] ?? []);
$this->parseInt($config);
$this->parseEvents($config);
$this->initErrorHandler();
$this->enableEnvConfig();
parent::__construct();
}