mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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();
|
||||
|
||||
// abort_unless($company->getSetting('enable_client_registration'), 404);
|
||||
abort_unless(true, 404);
|
||||
abort_unless($company->getSetting('enable_client_registration'), 404);
|
||||
// abort_unless(true, 404);
|
||||
|
||||
return $next($request);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user