Fix code style

This commit is contained in:
gdarko
2024-02-11 09:41:23 +01:00
parent 2358969050
commit d2ad2222be

View File

@@ -15,7 +15,8 @@ return new class extends Migration
try {
DB::update("UPDATE abilities SET entity_type = REPLACE(entity_type, 'Crater', 'InvoiceShelf')");
DB::update("UPDATE assigned_roles SET entity_type = REPLACE(entity_type, 'Crater', 'InvoiceShelf')");
} catch (\Exception $e) {}
} catch (\Exception $e) {
}
Setting::setSetting('version', '1.1.0');
}