Skip to content

Commit

Permalink
Fix info message
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored Feb 6, 2025
1 parent 970ee2b commit f642ea8
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 @@ -657,7 +657,7 @@ private function infoMessage(string $message): void
return;
}

$this->components->info('Configured asset containers');
$this->components->info($message);
}

private function switchToEloquentDriver(string $repository): void
Expand Down

0 comments on commit f642ea8

Please sign in to comment.