Skip to content

Commit

Permalink
Update TinkerCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 15, 2022
1 parent eecc92b commit 1e2d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/TinkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function getCommands()
$config = $this->getLaravel()->make('config');

foreach ($config->get('tinker.commands', []) as $command) {
$commands[] = $this->getLaravel()->resolve($command);
$commands[] = $this->getLaravel()->make($command);
}

return $commands;
Expand Down

0 comments on commit 1e2d500

Please sign in to comment.