Skip to content

Commit

Permalink
[ci skip] comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 7, 2019
1 parent 84665be commit 4908d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Database/MigrationRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ protected function migrate($direction, $migration): bool
// Determine DBGroup to use
$group = $instance->getDBGroup() ?? config('Database')->defaultGroup;

// Skip if migration if group filteing was set
// Skip migration if group filtering was set
if ($direction === 'up' && ! is_null($this->groupFilter) && $this->groupFilter !== $group)
{
$this->groupSkip = true;
Expand Down

0 comments on commit 4908d43

Please sign in to comment.