diff --git a/src/Migrations.php b/src/Migrations.php index 1df4279..782203c 100644 --- a/src/Migrations.php +++ b/src/Migrations.php @@ -270,7 +270,8 @@ public static function run(array $options) join(PHP_EOL, $migrationsDirList) : $migrationsDirList; - throw new RuntimeException('Migrations were not found at:' . PHP_EOL . PHP_EOL . $migrationsPath); + echo Color::error('Migrations were not found at:' . $migrationsPath, 'Warning: '); + return; } // Set default final version