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 8cd1a6c commit f895ab6Copy full SHA for f895ab6
src/Http/RequestValidator.php
@@ -94,7 +94,7 @@ public function validateRequest(IlluminateRequest $request)
94
95
// The accept validator will always be run once any of the previous validators have
96
// been run. This ensures that we only run the accept validator once we know we
97
- // have a request that is targetting the API.
+ // have a request that is targeting the API.
98
if ($passed) {
99
$this->container->make('Dingo\Api\Http\Validation\Accept')->validate($request);
100
}
0 commit comments