We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970ee2b commit c06979cCopy full SHA for c06979c
src/Console/Commands/InstallEloquentDriver.php
@@ -90,7 +90,7 @@ public function handle()
90
protected function repositories(): array
91
{
92
if ($this->option('all')) {
93
- return $this->availableRepositories()->keys()->all();
+ return $this->allRepositories()->keys()->all();
94
}
95
96
if ($repositories = $this->option('repositories')) {
@@ -657,7 +657,7 @@ private function infoMessage(string $message): void
657
return;
658
659
660
- $this->components->info('Configured asset containers');
+ $this->components->info($message);
661
662
663
private function switchToEloquentDriver(string $repository): void
0 commit comments