Convert to singular path names and move ZF2 submodule
[zf2.biz/galerie.git] / module / Application / src / Application / Controller / IndexController.php
1 <?php
2
3 namespace Application\Controller;
4
5 use Zend\Mvc\Controller\ActionController;
6
7 class IndexController extends ActionController
8 {
9     public function indexAction()
10     {
11         return array();
12     }
13 }