mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:04:03 +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
|
* @var \Closure
|
||||||
*/
|
*/
|
||||||
private $onFail;
|
protected $onFail;
|
||||||
|
|
||||||
public function __construct(Closure $onFail = null)
|
public function __construct(Closure $onFail = null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue