Skip to content

Commit a895b1e

Browse files
committed
formatting
1 parent e69ef7a commit a895b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Database/Migrations/Migrator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ protected function rollbackMigrations(array $migrations, $paths, array $options)
245245
$migration = (object) $migration;
246246

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

0 commit comments

Comments
 (0)