Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. namespace ToDoApp;
  3.  
  4. use Zend\ModuleManager\Feature\ConfigProviderInterface;
  5.  
  6. class Module implements ConfigProviderInterface
  7. {
  8. public function getConfig()
  9. {
  10. return include __DIR__ . '/../config/module.config.php';
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement