Skip to content

Commit f32ac63

Browse files
committed
Merge pull request #20 from WouterJ/resupportorm
Readded support for ORM
2 parents 957d707 + 23b6c29 commit f32ac63

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)