forked from doctrine/DoctrineORMModule
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModule.php
More file actions
Latest commit
7 lines (7 loc) · 298 Bytes
/
Copy pathModule.php
File metadata and controls
7 lines (7 loc) · 298 Bytes
1
2
3
4
5
6
7
<?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/DoctrineORMModule' in order to respect PSR-0
*/
require_once__DIR__ . '/src/DoctrineORMModule/Module.php';