mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: success message
This commit is contained in:
parent
5f581a8eac
commit
ca56b1462d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class RootUserSeeder extends Seeder
|
|||
['id' => 0],
|
||||
['is_registration_enabled' => false]
|
||||
);
|
||||
echo "\n SUCCESS Registration has been disabled.\n\n";
|
||||
echo "\n SUCCESS Registration has been disabled successfully.\n\n";
|
||||
} catch (\Exception $e) {
|
||||
echo "\n ERROR Failed to update instance settings: {$e->getMessage()}\n\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue