mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
advance bootstraper call order
This commit is contained in:
@@ -93,11 +93,6 @@ class Framework
|
||||
*/
|
||||
public function init(): Framework
|
||||
{
|
||||
// 顺序执行引导器
|
||||
foreach ($this->bootstrappers as $bootstrapper) {
|
||||
resolve($bootstrapper)->bootstrap($this->argv);
|
||||
}
|
||||
|
||||
// 初始化 @OnSetup 事件
|
||||
$this->initSetupAnnotations();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user