fix: success message

This commit is contained in:
peaklabs-dev
2025-01-16 19:09:18 +01:00
parent 5f581a8eac
commit ca56b1462d

View File

@@ -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";
}