Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Commit

Permalink
fix error scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Sep 4, 2017
1 parent 14b88df commit a72aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controller/Course/CourseSearchController.php
Expand Up @@ -88,7 +88,7 @@ public function __invoke(Request $request): Response
$this->errorManager->createByValidationErrors(
$errors,
$this->requestManager->getAcceptLanguage($request, $this->defaultLanguage),
Error::SCOPE_BODY,
Error::SCOPE_QUERY,
Course::class
)
);
Expand Down

0 comments on commit a72aafa

Please sign in to comment.