Merge pull request #70 from EvanDotPro/feature/zf2-path-env
[zf2.biz/galerie.git] / module / Application / Module.php
1 <?php
2
3 namespace Application;
4
5 class Module
6 {
7     public function getConfig()
8     {
9         return include __DIR__ . '/config/module.config.php';
10     }
11 }