From 38edec64229643270f29d8a30b5a03210af6d330 Mon Sep 17 00:00:00 2001 From: stancl Date: Wed, 16 Oct 2019 06:56:49 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Exceptions/TenantDoesNotExistException.php | 4 +++- src/TenantManager.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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()) {