Skip to content

Commit

Permalink
Using the "handle" method
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos authored Sep 19, 2017
1 parent 17789f4 commit f8521bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/TinkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ public function fire()
$this->shell->setIncludes($this->argument('include'))->run();
}

/**
* Performs the event.
*/
public function handle()
{
$this->fire();
}

/**
* Get the console command arguments.
*
Expand Down

0 comments on commit f8521bf

Please sign in to comment.