mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 20:26:56 -04:00
wip wip
This commit is contained in:
parent
41c76e55bc
commit
c71d0bf80f
@ -33,8 +33,8 @@ class ContactRegister
|
|||||||
|
|
||||||
$company = Company::where('company_key', $request->company_key)->firstOrFail();
|
$company = Company::where('company_key', $request->company_key)->firstOrFail();
|
||||||
|
|
||||||
// abort_unless($company->getSetting('enable_client_registration'), 404);
|
abort_unless($company->getSetting('enable_client_registration'), 404);
|
||||||
abort_unless(true, 404);
|
// abort_unless(true, 404);
|
||||||
|
|
||||||
return $next($request);
|
return $next($request);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user