From 731c018f046216447b87377e73f877c90c7af4ca Mon Sep 17 00:00:00 2001
From: enured <enis.nuredini@uzh.ch>
Date: Thu, 2 Nov 2023 14:23:05 +0100
Subject: [PATCH] B17228: No vendor name needed for Typo3 v9 and above.
 Deprecation warnings should not be created anymore. refs #17228

---
 extension/ext_tables.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/ext_tables.php b/extension/ext_tables.php
index ead3b0106..9e69f1d49 100644
--- a/extension/ext_tables.php
+++ b/extension/ext_tables.php
@@ -8,7 +8,7 @@ if (!defined('TYPO3_MODE')) {
 }
 
 \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
-    'IMATHUZH.' . 'qfq',
+    'qfq',
     'Qfq',
     'QFQ Element',
     'EXT:qfq/ext_icon.png'
-- 
GitLab