You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Commands/DbOptimizeCommand.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,6 @@ public function handle(): void
38
38
}
39
39
40
40
$this->components->warn('Please validate the migration before running it in production. It may contain settings that are not compatible with your application.');
41
-
$this->components->info('Once validated, you may run `php artisan migrate` to apply the migration.');
41
+
$this->components->info('Once validated, you may run [php artisan migrate] to apply the migration.');
0 commit comments