Skip to content

Commit

Permalink
Fix issue with -g option
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Castro <[email protected]>
  • Loading branch information
Nuno Castro committed Sep 2, 2023
1 parent 13a870c commit b637bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/Database/MigrationRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public function latest(?string $group = null)
throw ConfigException::forDisabledMigrations();
}


if ($group !== null) {
$this->groupFilter = $group;
$this->setGroup($group);
Expand Down

0 comments on commit b637bbc

Please sign in to comment.