Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
fix a construcotr bug
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Nov 6, 2017
1 parent f12b22c commit f1c8429
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Commands/HttpServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,14 @@ class HttpServerCommand extends Command
*/
protected $configs;

/**
* Constructor.
*
* @return void
*/
public function __construct()
{
$this->loadConfigs();
}

/**
* Execute the console command.
*
* @return void
*/
public function handle()
{
$this->loadConfigs();
$this->initAction();
$this->runAction();
}
Expand Down

0 comments on commit f1c8429

Please sign in to comment.