mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:54:02 +00:00
install command: support noninteractive use
This commit is contained in:
parent
2c0f61585d
commit
8b41ea3184
1 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,9 @@ class Install extends Command
|
||||||
|
|
||||||
$this->components->info('✨️ Tenancy for Laravel successfully installed.');
|
$this->components->info('✨️ Tenancy for Laravel successfully installed.');
|
||||||
|
|
||||||
$this->askForSupport();
|
if (! $this->option('no-interaction')) {
|
||||||
|
$this->askForSupport();
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue