mirror of
https://github.com/doctrine/DoctrineModule.git
synced 2026-03-24 14:52:06 +01:00
This issue comes from the switch of PSR-0 to PSR-4, where this file has not been updated accordingly.
8 lines
255 B
PHP
8 lines
255 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';
|