Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kleijnweb committed Jun 7, 2017
1 parent f6dbd08 commit 54ca24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/Response/Error/HttpError.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

use KleijnWeb\SwaggerBundle\Exception\ValidationException;
use Psr\Log\LogLevel;
use Symfony\Component\Finder\Exception\AccessDeniedException;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
Expand Down

0 comments on commit 54ca24a

Please sign in to comment.