diff --git a/src/Exceptions/TenantDoesNotExistException.php b/src/Exceptions/TenantDoesNotExistException.php index d181a14c..eb87701f 100644 --- a/src/Exceptions/TenantDoesNotExistException.php +++ b/src/Exceptions/TenantDoesNotExistException.php @@ -1,5 +1,7 @@ message = "Tenant with this id does not exist: $id"; } -} \ No newline at end of file +} diff --git a/src/TenantManager.php b/src/TenantManager.php index f5fcb7a7..16b51c21 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -62,7 +62,7 @@ class TenantManager $this->ensureTenantCanBeCreated($tenant); $this->storage->createTenant($tenant); - + $afterCreating = []; if ($this->shouldMigrateAfterCreation()) { if ($this->shouldQueueMigration()) {