X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fsrc%2FApplication%2FController%2FIndexController.php;h=1c547c57ef0617fbc1785b7cfaf8ed5cecac35c1;hb=b1ed9cf58083c48409f4d33923657eb8dc0ec70d;hp=fa1103b20927eead923a1eff551fc4d92b4e15a1;hpb=801c8e68a774c9a10881c457d300d93cf9071d85;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/src/Application/Controller/IndexController.php b/module/Application/src/Application/Controller/IndexController.php index fa1103b..1c547c5 100644 --- a/module/Application/src/Application/Controller/IndexController.php +++ b/module/Application/src/Application/Controller/IndexController.php @@ -2,10 +2,10 @@ namespace Application\Controller; -use Zend\Mvc\Controller\ActionController, - Zend\View\Model\ViewModel; +use Zend\Mvc\Controller\AbstractActionController; +use Zend\View\Model\ViewModel; -class IndexController extends ActionController +class IndexController extends AbstractActionController { public function indexAction() {