Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 11, 2017
1 parent e69ef7a commit a895b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Database/Migrations/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ protected function rollbackMigrations(array $migrations, $paths, array $options)
$migration = (object) $migration;

if (! $file = Arr::get($files, $migration->migration)) {
$this->note("<fg=red>Can't find class to rollback for migration</> {$migration->migration}");
$this->note("<fg=red>Migration not found:</> {$migration->migration}");

continue;
}

Expand Down

0 comments on commit a895b1e

Please sign in to comment.