modify plugin name

This commit is contained in:
2022-02-27 17:32:38 +08:00
parent adcabf4df6
commit 99250b3e03
+1 -5
View File
@@ -46,16 +46,12 @@ abstract class BaseApplication extends Component
public function __construct()
{
Kiri::init($this);
$this->mapping($config['mapping'] ?? []);
$config = sweep(APP_PATH . '/config');
$this->mapping($config['mapping'] ?? []);
$this->parseInt($config);
$this->parseEvents($config);
$this->initErrorHandler();
$this->enableEnvConfig();
parent::__construct();
}