diff --git a/Classes/Access/AllowedGlossarySyncAccess.php b/Classes/Access/AllowedGlossarySyncAccess.php deleted file mode 100644 index 4137869f..00000000 --- a/Classes/Access/AllowedGlossarySyncAccess.php +++ /dev/null @@ -1,30 +0,0 @@ - - - Allowed Glossary Sync - - - - diff --git a/ext_localconf.php b/ext_localconf.php index e3e7583b..daf82a17 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -56,5 +56,4 @@ $accessRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\WebVision\Deepltranslate\Core\Access\AccessRegistry::class); $accessRegistry->addAccess((new \WebVision\Deepltranslate\Core\Access\AllowedTranslateAccess())); - $accessRegistry->addAccess((new \WebVision\Deepltranslate\Core\Access\AllowedGlossarySyncAccess())); })();