Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
McLone committed Oct 13, 2016
1 parent 3945f77 commit 9487017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppBundle/EzRepository/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use AppBundle\EzRepository\Exception\ContentNotFoundException;
use AppBundle\EzRepository\Exception\LocationNotFoundException;
use eZ\Publish\API\Repository\Repository as EzOriginalRepository;
use eZ\Publish\Core\Repository\Repository as EzOriginalRepository;
use eZ\Publish\API\Repository\Values\Content\Content;
use eZ\Publish\API\Repository\Values\Content\Location;
use eZ\Publish\API\Repository\Values\Content\LocationQuery;
Expand All @@ -32,7 +32,7 @@ abstract class Repository
* @param EzOriginalRepository $repository
* @param ConfigResolverInterface $configResolver
*/
public function __construct(EzOriginalRepository $repository, ConfigResolverInterface $configResolver)
public function __construct($repository, ConfigResolverInterface $configResolver)
{
$this->repository = $repository;
$this->configResolver = $configResolver;
Expand Down

0 comments on commit 9487017

Please sign in to comment.