From c07068b2c41bcaea81102584c4365d9e3ec12ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Mon, 29 Jul 2019 14:34:55 +0200 Subject: [PATCH] External storage services do not need to be public any more --- bundle/Resources/config/field_types.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle/Resources/config/field_types.yml b/bundle/Resources/config/field_types.yml index ac97faa..e9be7f5 100644 --- a/bundle/Resources/config/field_types.yml +++ b/bundle/Resources/config/field_types.yml @@ -7,8 +7,6 @@ services: netgen.enhanced_selection.field_type.external_storage: class: Netgen\Bundle\EnhancedSelectionBundle\Core\FieldType\EnhancedSelection\EnhancedSelectionStorage - # External storage services in eZ Platform need to be public - public: true arguments: - "@netgen.enhanced_selection.field_type.storage_gateway" tags: