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',