Skip to content

Commit

Permalink
Fix non-existing method call
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored Feb 6, 2025
1 parent f642ea8 commit 9233830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/InstallEloquentDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function handle()
protected function repositories(): array
{
if ($this->option('all')) {
return $this->availableRepositories()->keys()->all();
return $this->allRepositories()->keys()->all();
}

if ($repositories = $this->option('repositories')) {
Expand Down

0 comments on commit 9233830

Please sign in to comment.