From fd7c7388d98d21fe43fe6d86e7ccf0e3f489dc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 17 Jun 2021 13:31:04 +0200 Subject: [PATCH] fix prepending configuration of doctrine --- .../DependencyInjection/ChillMainExtension.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php b/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php index 3a31bc8a4..756e075d9 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php @@ -197,11 +197,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface, [ 'dbal' => [ // ignore views: - 'connections' => [ - 'default' => [ - 'schema_filter' => '~^(?!view_)~', - ], - ], + 'schema_filter' => '~^(?!view_)~', // This is mandatory since we are using postgis as database. 'mapping_types' => [ 'geometry' => 'string',