| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 38 | public static function getDefaultEntityManager() |
||
| 39 | { |
||
| 40 | $config = Setup::createAnnotationMetadataConfiguration( |
||
| 41 | self::$defaultConfig['entityPath'], |
||
| 42 | self::$defaultConfig['devMode'] |
||
| 43 | ); |
||
| 44 | return EntityManager::create(self::$defaultConfig['connections'][self::$defaultConfig['defaultConnection']], $config); |
||
| 45 | } |
||
| 46 | } |
||
| 47 |