1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:54:04 +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
*/
public ?Tenant $tenant;
public ?Tenant $tenant = null;
// todo docblock
public ?Closure $getBootstrappersUsing = null;