mirror of
https://github.com/doctrine/DoctrineORMModule.git
synced 2026-03-24 06:42:19 +01:00
8 lines
256 B
PHP
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';
|