Skip to content

Commit

Permalink
Merge pull request #1683 from bangbangda/Fixes-1682
Browse files Browse the repository at this point in the history
Fix migrate:refresh bug Fixes #1682
  • Loading branch information
lonnieezell authored Jan 23, 2019
2 parents d2b3778 + f092a47 commit 9d5929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Database/MigrateRollback.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function run(array $params = [])
}
try
{
if (! $this->isAllNamespace())
if (! $this->isAllNamespace($params))
{
$namespace = $params['-n'] ?? CLI::getOption('n');
$runner->version(0, $namespace);
Expand Down

0 comments on commit 9d5929e

Please sign in to comment.