mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:14:02 +00:00
improve command output
This commit is contained in:
parent
232f3ceb4e
commit
b4a055315b
2 changed files with 3 additions and 3 deletions
|
|
@ -142,9 +142,9 @@ class CreateUserWithRLSPolicies extends Command
|
|||
|
||||
$this->components->bulletList($createdPolicies);
|
||||
|
||||
$this->components->info('RLS policies updated successfully.');
|
||||
$this->components->success('RLS policies updated successfully.');
|
||||
} else {
|
||||
$this->components->info('All RLS policies are up to date.');
|
||||
$this->components->success('All RLS policies are up to date.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class Install extends Command
|
|||
newLineAfter: true,
|
||||
);
|
||||
|
||||
$this->components->info('✨️ Tenancy for Laravel successfully installed.');
|
||||
$this->components->success('✨️ Tenancy for Laravel successfully installed.');
|
||||
|
||||
if (! $this->option('no-interaction')) {
|
||||
$this->askForSupport();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue