Skip to content

Commit

Permalink
Fix regression bug introducing in yin v0.11.0. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
qpautrat authored May 3, 2017
1 parent b6d15f1 commit 7d4752b
Show file tree
Hide file tree
Showing 2 changed files with 769 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/JsonApiFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Symfony\Component\HttpFoundation\Request;
use WoohooLabs\Yin\JsonApi\Exception\ExceptionFactoryInterface;
use WoohooLabs\Yin\JsonApi\JsonApi;
use WoohooLabs\Yin\JsonApi\Request\Request as JsonApiRequest;
use QP\WoohoolabsYinBundle\Request\Request as JsonApiRequest;
use Zend\Diactoros\Response;

/**
Expand Down
Loading

0 comments on commit 7d4752b

Please sign in to comment.