1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:54:04 +00:00

Make field protected

This commit is contained in:
antonkomarev 2019-09-26 07:36:06 +03:00
parent cb07fde428
commit 0d83c58cb6

View file

@ -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)
{ {