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 d04e0c6 commit b662b41Copy full SHA for b662b41
src/Laravel/Exception/ErrorRenderer.php
@@ -26,8 +26,8 @@
26
use ApiPlatform\State\Util\OperationRequestInitiatorTrait;
27
use Illuminate\Auth\Access\AuthorizationException;
28
use Illuminate\Auth\AuthenticationException;
29
-use Negotiation\Negotiator;
30
use Illuminate\Http\Request;
+use Negotiation\Negotiator;
31
use Symfony\Component\HttpFoundation\Exception\RequestExceptionInterface;
32
use Symfony\Component\HttpFoundation\Response;
33
use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface as SymfonyHttpExceptionInterface;
0 commit comments