mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Make field protected
This commit is contained in:
parent
cb07fde428
commit
0d83c58cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class InitializeTenancy
|
|||
/**
|
||||
* @var \Closure
|
||||
*/
|
||||
private $onFail;
|
||||
protected $onFail;
|
||||
|
||||
public function __construct(Closure $onFail = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue