We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3443d64 commit 74bb33fCopy full SHA for 74bb33f
src/Commands/MigrateLoadCommand.php
@@ -49,7 +49,7 @@ public function handle()
49
$is_dropping = ! ($this->option('no-drop')
50
? true
51
// Prefixing with command name since `migrate` may implicitly call.
52
- : env('MIGRATE_LOAD_NO_DROP') ? true : false);
+ : (env('MIGRATE_LOAD_NO_DROP') ? true : false));
53
54
if ($is_dropping) {
55
\Schema::dropAllViews();
0 commit comments