From e4a47f3e6e0f5c0aecb7973f9a85b60290ec2a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 2 Aug 2022 15:21:02 +0200 Subject: [PATCH] Set default $tenant value --- src/Tenancy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tenancy.php b/src/Tenancy.php index 6fb225e6..ba151f22 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -22,7 +22,7 @@ class Tenancy * * @var (Tenant&Model)|null */ - public ?Tenant $tenant; + public ?Tenant $tenant = null; // todo docblock public ?Closure $getBootstrappersUsing = null;