Skip to content

Commit

Permalink
Bringing back tinker command. If you have trouble running it on Mac O…
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul- committed Aug 17, 2020
1 parent d3af34f commit 62f7d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/Console/Artisan.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static function make($app = null)
$console->add(new SeedMakeCommand($app['files'], $app['composer']));

//Tinker Command
//$console->add(new TinkerCommand());
$console->add(new TinkerCommand());

$app['events']->dispatch(new ArtisanStarting($console));
$console->bootstrap();
Expand Down

0 comments on commit 62f7d90

Please sign in to comment.