diff --git a/src/Tenancy.php b/src/Tenancy.php index 1359fcab..6fb225e6 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -17,8 +17,12 @@ class Tenancy { use Macroable, Debuggable; - /** The current tenant. */ - public Tenant&Model $tenant; + /** + * The current tenant. + * + * @var (Tenant&Model)|null + */ + public ?Tenant $tenant; // todo docblock public ?Closure $getBootstrappersUsing = null;