1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:04:03 +00:00

Set default $tenant value

This commit is contained in:
Samuel Štancl 2022-08-02 15:21:02 +02:00
parent 3ea38bba4d
commit e4a47f3e6e

View file

@ -22,7 +22,7 @@ class Tenancy
* *
* @var (Tenant&Model)|null * @var (Tenant&Model)|null
*/ */
public ?Tenant $tenant; public ?Tenant $tenant = null;
// todo docblock // todo docblock
public ?Closure $getBootstrappersUsing = null; public ?Closure $getBootstrappersUsing = null;