Skip to content

Commit 040ba41

Browse files
Replace fire() with handle() for 5.5 compatibility
1 parent 90ca075 commit 040ba41

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)