Skip to content

Commit

Permalink
Merge pull request #5 from renatomarinho/analysis-qgxb1E
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
renatomarinho committed Sep 29, 2017
2 parents b478831 + fa631d5 commit 4938fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/MultiLanguageUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ public function __construct()
parent::__construct();
}

public function handle(){
public function handle()
{
$this->fire();
}

/**
* Execute the console command.
*/
Expand Down

0 comments on commit 4938fc5

Please sign in to comment.