Skip to content

Commit

Permalink
Merge pull request #13 from fajnalowiec/master
Browse files Browse the repository at this point in the history
fix create collection with empty options
  • Loading branch information
sokil authored Jun 15, 2017
2 parents 8841c46 + 0102ca5 commit f4ef226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ protected function executeMigration($targetRevision, $environment, $direction)
$className = $revision->getName();

$migration = new $className($this->getClient($environment));
$migration->setEnvironment($environment);
$migration->down();

$this->logDown($revision->getId(), $environment);
Expand Down

0 comments on commit f4ef226

Please sign in to comment.