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

Set $persisted in TenantManager::createTenant() (#272)

* Set $persisted in TenantManager::createTenant()

* Apply fixes from StyleCI
This commit is contained in:
Samuel Štancl 2020-01-19 12:08:16 +01:00 committed by GitHub
parent 5ebb68e860
commit 6ad1a6639f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -73,6 +73,8 @@ class TenantManager
$this->storage->createTenant($tenant);
$tenant->persisted = true;
/** @var \Illuminate\Contracts\Queue\ShouldQueue[]|callable[] $afterCreating */
$afterCreating = [];