mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Fix PreventAccess middleware
This commit is contained in:
parent
7229691977
commit
e21f5ad76f
3 changed files with 13 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ class Tenant implements ArrayAccess
|
|||
*
|
||||
* @var bool
|
||||
*/
|
||||
protected $persisted = false;
|
||||
public $persisted = false;
|
||||
|
||||
/**
|
||||
* Use new() if you don't want to swap dependencies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue