Files
archived-DoctrineORMModule/Module.php
2022-01-04 16:51:50 +01:00

8 lines
256 B
PHP

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