Skip to content

Commit

Permalink
Fix expected value mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenJB committed May 4, 2017
1 parent ff42c37 commit c13289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected function selectMigrationsToExecute()
continue;
}

$this->migrationsToExecute[] = $migration['name'];
$this->migrationsToExecute[] = $migration;
}
}

Expand Down

0 comments on commit c13289a

Please sign in to comment.