This commit is contained in:
2021-03-04 10:36:08 +08:00
parent 6e30221cc1
commit 70a40db763
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -108,9 +108,6 @@ class Application extends BaseApplication
public function start(Input $argv): void
{
try {
$annotation = $this->getAttributes();
$annotation->read(APP_PATH . 'app', 'App');
fire(Event::SERVER_BEFORE_START);
$this->set('input', $argv);