Skip to content

Commit

Permalink
Update DatabaseCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored Sep 30, 2024
1 parent 560bbbd commit 66e0395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Reload/DatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handle(): int

// $this->call('db:schema');

$this->info('Successfully reload database.');
$this->components->info('Successfully reload database.');

return Command::SUCCESS;
}
Expand Down

0 comments on commit 66e0395

Please sign in to comment.