diff --git a/src/Tenancy.php b/src/Tenancy.php index 9026bd1b..61c9a0e7 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -24,9 +24,9 @@ class Tenancy public $initialized = false; /** - * Initializes the tenant - * @param Tenant|int|string $tenant - * @return void + * Initializes the tenant. + * @param Tenant|int|string $tenant + * @return void */ public function initialize(Tenant $tenant): void {