mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Fix turnstile issue
This commit is contained in:
@@ -12,9 +12,6 @@ class ContactUsController extends BasePageController
|
||||
*/
|
||||
public function contact(ContactContactURequest $request)
|
||||
{
|
||||
if (\App\Support\CaptchaHelper::isEnabled()) {
|
||||
$this->validate($request, \App\Support\CaptchaHelper::getValidationRules());
|
||||
}
|
||||
|
||||
$msg = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user