Skip to content

Commit

Permalink
Merge pull request #916 from f3ath/patch-1
Browse files Browse the repository at this point in the history
Removed unused var
  • Loading branch information
rquadling authored Jul 24, 2016
2 parents ee72124 + dd6c10a commit c91a723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Phinx/Migration/Manager/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public function executeMigration(MigrationInterface $migration, $direction = Mig
*/
public function executeSeed(SeedInterface $seed)
{
$startTime = time();
$seed->setAdapter($this->getAdapter());

// begin the transaction if the adapter supports it
Expand Down

0 comments on commit c91a723

Please sign in to comment.