Skip to content

Commit 23b6c29

Browse files
committed
Readded support for ORM
1 parent 957d707 commit 23b6c29

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
doctrine:
2+
orm:
3+
auto_mapping: true

resources/config/doctrine_orm.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
$loader->import(CMF_TEST_CONFIG_DIR.'/dist/doctrine_orm.yml');

0 commit comments

Comments
 (0)