Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #275 from mparulski/patch-1
Browse files Browse the repository at this point in the history
Update RedirectStrategy.php
  • Loading branch information
bakura10 committed Dec 1, 2014
2 parents 3d0d58b + a2abbed commit 20f26cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZfcRbac/View/Strategy/RedirectStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace ZfcRbac\View\Strategy;

use Zend\Authentication\AuthenticationService;
use Zend\Authentication\AuthenticationServiceInterface;
use Zend\Http\Response as HttpResponse;
use Zend\Mvc\MvcEvent;
use ZfcRbac\Exception\UnauthorizedExceptionInterface;
Expand Down Expand Up @@ -48,7 +48,7 @@ class RedirectStrategy extends AbstractStrategy
* @param RedirectStrategyOptions $options
* @param AuthenticationService $authenticationService
*/
public function __construct(RedirectStrategyOptions $options, AuthenticationService $authenticationService)
public function __construct(RedirectStrategyOptions $options, AuthenticationServiceInterface $authenticationService)
{
$this->options = $options;
$this->authenticationService = $authenticationService;
Expand Down

0 comments on commit 20f26cc

Please sign in to comment.