mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 11:24:04 +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.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue