1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 05:14:05 +00:00

improve command output

This commit is contained in:
Samuel Štancl 2024-09-27 22:50:22 +02:00
parent 232f3ceb4e
commit b4a055315b
2 changed files with 3 additions and 3 deletions

View file

@ -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.');
}
}

View file

@ -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();