We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a190ba commit 20176c3Copy full SHA for 20176c3
src/Request.php
@@ -201,12 +201,4 @@ public function __debugInfo(): ?array
201
{
202
return (array)$this->server;
203
}
204
-
205
- private function checkValidation($key,$props):bool
206
- {
207
- if($this->input($key)){
208
- return $this->input($key) === null ? false : true;
209
- }
210
- return true;
211
212
0 commit comments