File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ use AppBundle\Entity\Offer;
69
69
use AppBundle\Entity\User;
70
70
use Doctrine\ORM\QueryBuilder;
71
71
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
72
- use Symfony\Component\Security\Core\Authorization\AuthorizationChecker ;
72
+ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface ;
73
73
74
74
final class CurrentUserExtension implements QueryCollectionExtensionInterface, QueryItemExtensionInterface
75
75
{
76
76
private $tokenStorage;
77
77
private $authorizationChecker;
78
78
79
- public function __construct(TokenStorageInterface $tokenStorage, AuthorizationChecker $checker)
79
+ public function __construct(TokenStorageInterface $tokenStorage, AuthorizationCheckerInterface $checker)
80
80
{
81
81
$this->tokenStorage = $tokenStorage;
82
82
$this->authorizationChecker = $checker;
You can’t perform that action at this time.
0 commit comments