We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da4b3d commit 779ad2aCopy full SHA for 779ad2a
src/Migrator.php
@@ -88,7 +88,7 @@ protected function rollbackMigrationsByFiles(array $migrations, $files, array $o
88
89
$this->runDown(
90
$file, $migration,
91
- $options['pretend'] ?? false
+ array_get($options, 'pretend', false)
92
);
93
}
94
0 commit comments