Skip to content

Commit 1e2d500

Browse files
authored
Update TinkerCommand.php
1 parent eecc92b commit 1e2d500

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
@@ -102,7 +102,7 @@ protected function getCommands()
102102
$config = $this->getLaravel()->make('config');
103103

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

108108
return $commands;

0 commit comments

Comments
 (0)