Added headLink, headMeta, and headScript to layout for added flexibility
[zf2.biz/application_blanche.git] / modules / 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 }