Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit f1c8429

Browse files
committed
fix a construcotr bug
1 parent f12b22c commit f1c8429

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/Commands/HttpServerCommand.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,14 @@ class HttpServerCommand extends Command
4343
*/
4444
protected $configs;
4545

46-
/**
47-
* Constructor.
48-
*
49-
* @return void
50-
*/
51-
public function __construct()
52-
{
53-
$this->loadConfigs();
54-
}
55-
5646
/**
5747
* Execute the console command.
5848
*
5949
* @return void
6050
*/
6151
public function handle()
6252
{
53+
$this->loadConfigs();
6354
$this->initAction();
6455
$this->runAction();
6556
}

0 commit comments

Comments
 (0)