mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:34:04 +00:00
Fix $tenant type
This commit is contained in:
parent
e9b6de78b2
commit
da0072bfe8
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue