Skip to content

Commit b46a4e2

Browse files
committed
fix(symfony): use state namespace instead of api
1 parent b39ebf2 commit b46a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/EventListener/ExceptionListener.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace ApiPlatform\Symfony\EventListener;
1515

1616
use ApiPlatform\Metadata\Error;
17-
use ApiPlatform\Util\RequestAttributesExtractor;
17+
use ApiPlatform\State\Util\RequestAttributesExtractor;
1818
use Symfony\Component\HttpKernel\Event\ExceptionEvent;
1919
use Symfony\Component\HttpKernel\EventListener\ErrorListener;
2020

0 commit comments

Comments
 (0)