Skip to content

Commit

Permalink
fix: success message
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Jan 16, 2025
1 parent 5f581a8 commit ca56b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/RootUserSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function run(): void
['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";
}
Expand Down

0 comments on commit ca56b14

Please sign in to comment.