File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
app/Http/Requests/Admin/Settings Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ public function rules()
1919 'recaptcha:website_key ' => 'required|string|max:191 ' ,
2020 'pterodactyl:guzzle:timeout ' => 'required|integer|between:1,60 ' ,
2121 'pterodactyl:guzzle:connect_timeout ' => 'required|integer|between:1,60 ' ,
22- 'pterodactyl:console:count ' => 'required|integer|min:1 ' ,
23- 'pterodactyl:console:frequency ' => 'required|integer|min:10 ' ,
2422 ];
2523 }
2624
@@ -35,8 +33,6 @@ public function attributes()
3533 'recaptcha:website_key ' => 'reCAPTCHA Website Key ' ,
3634 'pterodactyl:guzzle:timeout ' => 'HTTP Request Timeout ' ,
3735 'pterodactyl:guzzle:connect_timeout ' => 'HTTP Connection Timeout ' ,
38- 'pterodactyl:console:count ' => 'Console Message Count ' ,
39- 'pterodactyl:console:frequency ' => 'Console Frequency Tick ' ,
4036 ];
4137 }
4238}
You can’t perform that action at this time.
0 commit comments