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 @@ public function run(): void
|
||||||
['id' => 0],
|
['id' => 0],
|
||||||
['is_registration_enabled' => false]
|
['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) {
|
} catch (\Exception $e) {
|
||||||
echo "\n ERROR Failed to update instance settings: {$e->getMessage()}\n\n";
|
echo "\n ERROR Failed to update instance settings: {$e->getMessage()}\n\n";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue