Update dependencies

This commit is contained in:
Kode
2022-06-29 13:20:08 +01:00
parent bbae811cd8
commit e2ba89c80e
349 changed files with 21017 additions and 4079 deletions

View File

@@ -102,7 +102,9 @@ class TinkerCommand extends Command
$config = $this->getLaravel()->make('config');
foreach ($config->get('tinker.commands', []) as $command) {
$commands[] = $this->getApplication()->resolve($command);
$commands[] = $this->getApplication()->add(
$this->getLaravel()->make($command)
);
}
return $commands;