Skip to content

Commit 9d5929e

Browse files
authored
Merge pull request #1683 from bangbangda/Fixes-1682
Fix migrate:refresh bug Fixes #1682
2 parents d2b3778 + f092a47 commit 9d5929e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Commands/Database/MigrateRollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function run(array $params = [])
117117
}
118118
try
119119
{
120-
if (! $this->isAllNamespace())
120+
if (! $this->isAllNamespace($params))
121121
{
122122
$namespace = $params['-n'] ?? CLI::getOption('n');
123123
$runner->version(0, $namespace);

0 commit comments

Comments
 (0)