[zen-33] Updated to new controller scoped container
[zf2.biz/galerie.git] / module / Application / autoload_classmap.php
1 <?php
2 return array(
3     'Application\Controller\IndexController' => __DIR__ . '/src/Application/Controller/IndexController.php',
4     'Application\Module'                     => __DIR__ . '/Module.php',
5 );