fixed forgotten break

This commit is contained in:
Damodar Lohani
2022-12-22 04:56:17 +00:00
parent 772481451c
commit eb9e7c737e
+1
View File
@@ -57,6 +57,7 @@ class V17 extends Migration
} catch (\Throwable $th) {
Console::warning("'region' from {$id}: {$th->getMessage()}");
}
break;
default:
break;
}