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

Add missing field

This commit is contained in:
antonkomarev 2019-09-26 04:17:19 +03:00
parent a166de2ef6
commit cb07fde428

View file

@ -8,6 +8,11 @@ use Closure;
class InitializeTenancy
{
/**
* @var \Closure
*/
private $onFail;
public function __construct(Closure $onFail = null)
{
$this->onFail = $onFail ?? function ($e) {