mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Set default $tenant value
This commit is contained in:
parent
3ea38bba4d
commit
e4a47f3e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue