wip wip
This commit is contained in:
parent
41c76e55bc
commit
c71d0bf80f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue