Skip to content

Commit 20176c3

Browse files
committed
Request.php was refactored.
1 parent 4a190ba commit 20176c3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Request.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,4 @@ public function __debugInfo(): ?array
201201
{
202202
return (array)$this->server;
203203
}
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-
}
212204
}

0 commit comments

Comments
 (0)