Skip to content

Commit a6b33d6

Browse files
committed
Removed migrate command
1 parent 855ac73 commit a6b33d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/commands.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
'remove' => [
7777
Illuminate\Console\Scheduling\ScheduleRunCommand::class,
7878
Illuminate\Foundation\Console\VendorPublishCommand::class,
79+
Illuminate\Database\Console\Migrations\MigrateCommand::class,
7980
Illuminate\Database\Console\Migrations\FreshCommand::class,
8081
Illuminate\Database\Console\Migrations\InstallCommand::class,
8182
Illuminate\Database\Console\Migrations\RefreshCommand::class,

0 commit comments

Comments
 (0)