1
0
Fork 0
mirror of synced 2024-07-07 15:36:19 +12:00

fixed forgotten break

This commit is contained in:
Damodar Lohani 2022-12-22 04:56:17 +00:00
parent 772481451c
commit eb9e7c737e

View file

@ -57,6 +57,7 @@ class V17 extends Migration
} catch (\Throwable $th) {
Console::warning("'region' from {$id}: {$th->getMessage()}");
}
break;
default:
break;
}