From 9544a83353c30abd194c067b708a3d59d7e170aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=B9micier=20Hry=C5=A1kievi=C4=8D?= Date: Mon, 29 Sep 2014 14:44:06 +0200 Subject: [PATCH] Commented sample config for Doctrine entities This part of configuration generates conflicts with existing entities or just generate unneeded ones in real project. --- config/module.config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/module.config.php b/config/module.config.php index 20531af..c8a4a4e 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -78,6 +78,7 @@ ), // Doctrine config + /* 'doctrine' => array( 'driver' => array( 'application_entities' => array( @@ -92,6 +93,7 @@ ) ) ) + */ );