mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
wip
This commit is contained in:
parent
551ede83e3
commit
90db66eb71
@ -37,8 +37,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