From 1a85bca7ee5df746f01b406c93b9435273daa6af Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 24 May 2020 18:40:24 +0000 Subject: [PATCH] Apply fixes from StyleCI --- assets/config.php | 4 ++-- src/Database/Concerns/EnsuresDomainIsNotOccupied.php | 2 ++ src/Database/Concerns/HasInternalKeys.php | 4 +++- src/Database/Concerns/TenantRun.php | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/config.php b/assets/config.php index 67cd0da1..8d17f8a9 100644 --- a/assets/config.php +++ b/assets/config.php @@ -10,10 +10,10 @@ return [ 'id_generator' => Stancl\Tenancy\UUIDGenerator::class, 'domain_model' => Domain::class, - + /** * The list of domains hosting your central app. - * + * * Only relevant if you're using the domain or subdomain identification middleware. */ 'central_domains' => [ diff --git a/src/Database/Concerns/EnsuresDomainIsNotOccupied.php b/src/Database/Concerns/EnsuresDomainIsNotOccupied.php index a63e2c00..2b1c56ee 100644 --- a/src/Database/Concerns/EnsuresDomainIsNotOccupied.php +++ b/src/Database/Concerns/EnsuresDomainIsNotOccupied.php @@ -1,5 +1,7 @@ initialize($this);