Skip to content

Commit

Permalink
Add handle
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomarinho committed Sep 29, 2017
1 parent 4938fc5 commit 03a252e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MultiLanguageListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ public function __construct()
{
parent::__construct();
}

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

/**
* Execute the console command.
Expand Down

0 comments on commit 03a252e

Please sign in to comment.