diff --git a/src/Tenant.php b/src/Tenant.php index 8c72f6ef..636efc0d 100644 --- a/src/Tenant.php +++ b/src/Tenant.php @@ -37,7 +37,7 @@ class Tenant implements ArrayAccess /** * Does this tenant exist in the storage. * - * @var boolean + * @var bool */ private $persisted = false; @@ -59,7 +59,7 @@ class Tenant implements ArrayAccess public function persisted() { $this->persisted = true; - + return $this; } @@ -99,4 +99,4 @@ class Tenant implements ArrayAccess { return $this->data[$name] ?? null; } -} \ No newline at end of file +} diff --git a/src/TenantManagerv2.php b/src/TenantManagerv2.php index 2a4160c0..47e75896 100644 --- a/src/TenantManagerv2.php +++ b/src/TenantManagerv2.php @@ -77,4 +77,4 @@ class TenantManagerv2 { return config('tenancy.bootstrappers'); } -} \ No newline at end of file +}