mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +00:00
Add missing field
This commit is contained in:
parent
a166de2ef6
commit
cb07fde428
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ use Closure;
|
||||||
|
|
||||||
class InitializeTenancy
|
class InitializeTenancy
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var \Closure
|
||||||
|
*/
|
||||||
|
private $onFail;
|
||||||
|
|
||||||
public function __construct(Closure $onFail = null)
|
public function __construct(Closure $onFail = null)
|
||||||
{
|
{
|
||||||
$this->onFail = $onFail ?? function ($e) {
|
$this->onFail = $onFail ?? function ($e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue