From 66d9339132f1e8c50f0a895a174fc72d584ac568 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Mon, 3 Aug 2020 09:30:28 +0200 Subject: [PATCH] Remove breaking decorating services (they are not needed) --- README.md | 2 +- config/services.yaml | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 config/services.yaml diff --git a/README.md b/README.md index ee14c9e..1c683cd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Bolt users extension allows you to add front-end users to your website. Here is a list of things that the extension allows: - Define groups of users, allow them to register and login -- Limit ContenTypes (pages) to be visible only by users belonging to a certain group +- Limit ContentTypes (pages) to be visible only by users belonging to a certain group - Define user fields and allow them to edit their own profile ## Installation diff --git a/config/services.yaml b/config/services.yaml deleted file mode 100644 index 4868fc4..0000000 --- a/config/services.yaml +++ /dev/null @@ -1,13 +0,0 @@ -services: - Bolt\UsersExtension\Exclude\ProtectedListingController: - decorates: Bolt\Controller\Frontend\ListingController - arguments: ['@.inner'] - tags: ['controller.service_arguments'] - - Bolt\UsersExtension\Exclude\ProtectedDetailController: - decorates: Bolt\Controller\Frontend\DetailController - arguments: ['@.inner'] - tags: ['controller.service_arguments'] - - Bolt\UsersExtension\Controller\AccessAwareController: - tags: ['controller.service_arguments']