mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-25 12:44:55 +00:00
Fix code style
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user