Skip to content

Commit f092a47

Browse files
committed
Fix migrate:refresh bug Fixes #1682
1 parent e273ecf commit f092a47

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)