Skip to content

Commit

Permalink
added in contracts reference that was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyWendt committed Jul 8, 2016
1 parent 19859c1 commit 069043a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Exceptions/ApiExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
use LaraPackage\Api\Contracts as Contracts;

class ApiExceptionHandler implements Contracts\Exceptions\ApiExceptionHandler
{
Expand Down

0 comments on commit 069043a

Please sign in to comment.