From 36c4bc921c1b005c44c7405a1019c22edadfb1d7 Mon Sep 17 00:00:00 2001 From: Tobias Gaertner Date: Fri, 6 Mar 2020 08:51:31 +0100 Subject: [PATCH] remove use statements from ext_localconf this can break the installation --- ext_localconf.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ext_localconf.php b/ext_localconf.php index 60d11d2..dcfceec 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -1,12 +1,9 @@ 'Add Frontend Groups based on CLI Request Builder', 'description' => 'Adds frontend usergroups by verifying data from the Frontend Request Builder.', @@ -14,6 +11,6 @@ 'available' => false, 'priority' => 90, 'quality' => 90, - 'className' => FrontendUserGroupInjector::class, + 'className' => \B13\Warmup\Authentication\FrontendUserGroupInjector::class, ] );