Eye4web/zf2-site-config

View on GitHub
Module.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * This file is placed here for compatibility with Zendframework 2's ModuleManager.
 * It allows usage of this module even without composer.
 * The original Module.php is in 'src/Eye4web/SiteConfig' in order to respect PSR-0.
 */
require_once __DIR__.'/src/Eye4web/SiteConfig/Module.php';