Skip to content

Commit

Permalink
Call parent::execute().
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 13, 2015
1 parent 396e236 commit e57f3a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/BaseCommand.php
Expand Up @@ -15,7 +15,8 @@ abstract class BaseCommand extends Command
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->laravel->call([$this, 'fire']);
parent::execute($input, $output);

$this->finish();
}

Expand Down

0 comments on commit e57f3a6

Please sign in to comment.