mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 00:04:04 +00:00
Set $persisted in TenantManager::createTenant() (#272)
* Set $persisted in TenantManager::createTenant() * Apply fixes from StyleCI
This commit is contained in:
parent
5ebb68e860
commit
6ad1a6639f
3 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ class Install extends Command
|
|||
$this->callSilent('vendor:publish', [
|
||||
'--provider' => 'Stancl\Tenancy\TenancyServiceProvider',
|
||||
'--tag' => 'config',
|
||||
]);
|
||||
]);
|
||||
$this->info('✔️ Created config/tenancy.php');
|
||||
|
||||
$newKernel = str_replace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue