sathyashrayan

Test\ModuleOne\Module.php

Jul 18th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. //Test\ModuleOne\Module.php
  2.  
  3. <?php
  4. namespace Test\ModuleOne;
  5.  
  6.  
  7. class Module
  8. {
  9.     public function getConfig(){
  10.         return include __DIR__ . '/config/module.config.php';
  11.     }
  12.    
  13. }
Add Comment
Please, Sign In to add comment