This commit is contained in:
fogelito 2026-01-30 10:04:09 +02:00
parent 5c61f7232a
commit 9d7bc04089

View file

@ -340,6 +340,9 @@ class Migrations extends Action
*/
$endpoint = System::getEnv('_APP_MIGRATION_ENDPOINT');
if(empty($endpoint)){
throw new \Exception('empty _APP_MIGRATION_ENDPOINT');
}
try {
$credentials = $migration->getAttribute('credentials', []);