Skip to content

Commit 069043a

Browse files
committed
added in contracts reference that was missing
1 parent 19859c1 commit 069043a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Exceptions/ApiExceptionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1414
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
1515
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
16+
use LaraPackage\Api\Contracts as Contracts;
1617

1718
class ApiExceptionHandler implements Contracts\Exceptions\ApiExceptionHandler
1819
{

0 commit comments

Comments
 (0)