Skip to content

Commit

Permalink
Fix a method naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
MellieVT committed Oct 17, 2016
1 parent 5aa9a6d commit 778350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Migrations/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected function runUp($file, $batch, $pretend)
return $this->pretendToRun($migration, 'up');
}

$this->migrate($migration, 'up');
$this->runMigration($migration, 'up');

// Once we have run a migrations class, we will log that it was run in this
// repository so that we don't try to run it next time we do a migration
Expand Down

0 comments on commit 778350e

Please sign in to comment.