This commit is contained in:
2021-03-23 10:32:53 +08:00
parent b36531b0f6
commit 6f27d91a78
+1 -1
View File
@@ -108,7 +108,7 @@ class Application extends BaseApplication
public function start(Input $argv): void
{
// try {
fire(Event::SERVER_BEFORE_START);
// fire(Event::SERVER_BEFORE_START);
if (env('debug') == 'false') {
$annotation = Snowflake::app()->getAttributes();
$annotation->read(directory('app'), 'App');