From 30a7a8f24434049da8f781eb6d03f9b85963ca1d Mon Sep 17 00:00:00 2001 From: Nikolay Labinskiy Date: Tue, 16 Oct 2018 14:22:52 +0300 Subject: [PATCH] Move doctrine:query:sql command to dbal.xml --- Resources/config/dbal.xml | 4 ++++ Resources/config/orm.xml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/config/dbal.xml b/Resources/config/dbal.xml index 918839221..c53360c44 100644 --- a/Resources/config/dbal.xml +++ b/Resources/config/dbal.xml @@ -87,5 +87,9 @@ + + + + diff --git a/Resources/config/orm.xml b/Resources/config/orm.xml index 5763e1905..c9e6a81af 100644 --- a/Resources/config/orm.xml +++ b/Resources/config/orm.xml @@ -192,10 +192,6 @@ - - - -