From 8d5e0cacff60f5f184f6d4a436e119753216c2db Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 6 Mar 2018 23:50:37 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- public/admin/ajax_regex-list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/admin/ajax_regex-list.php b/public/admin/ajax_regex-list.php index a8a69f869..3964961e2 100644 --- a/public/admin/ajax_regex-list.php +++ b/public/admin/ajax_regex-list.php @@ -4,7 +4,6 @@ require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'resources/views/themes/sma use App\Models\ReleaseRegex; - if (request()->has('action') && request()->input('action') === '2') { $id = (int) request()->input('regex_id'); ReleaseRegex::query()->where('releases_id', $id);