1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 23:04:03 +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

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