1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:34:03 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 17:44:11 +02:00
parent be400b7381
commit 97429169c0

View file

@ -27,7 +27,7 @@ class Install extends Command
*/ */
public function handle() public function handle()
{ {
$this->comment('Installing stancl/tenancy...'); $this->comment('Installing stancl/tenancy...');
$this->callSilent('vendor:publish', [ $this->callSilent('vendor:publish', [
'--provider' => 'Stancl\Tenancy\TenancyServiceProvider', '--provider' => 'Stancl\Tenancy\TenancyServiceProvider',
'--tag' => 'config', '--tag' => 'config',