Skip to content

Commit 203978f

Browse files
authored
Merge pull request #20 from henriquebremenkanp/patch-1
Replace fire() with handle() for 5.5 compatibility
2 parents 90ca075 + 040ba41 commit 203978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/TinkerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class TinkerCommand extends Command
3838
*
3939
* @return void
4040
*/
41-
public function fire()
41+
public function handle()
4242
{
4343
$this->getApplication()->setCatchExceptions(false);
4444

0 commit comments

Comments
 (0)