Skip to content

Commit c8363f6

Browse files
authored
List missing migrate:rollback in DB::prohibitDestructiveCommands PhpDoc (#55252)
* List missing `migrate:rollback` in DB::prohibitDestructiveCommands PhpDoc * Fix alphabetical order
1 parent a60c75a commit c8363f6

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/DB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class DB extends Facade
122122
/**
123123
* Indicate if destructive Artisan commands should be prohibited.
124124
*
125-
* Prohibits: db:wipe, migrate:fresh, migrate:refresh, and migrate:reset
125+
* Prohibits: db:wipe, migrate:fresh, migrate:refresh, migrate:reset, and migrate:rollback
126126
*
127127
* @param bool $prohibit
128128
* @return void

0 commit comments

Comments
 (0)