From cd8b7e2eaeba9bc39702e0bde7c4695d4629ddb0 Mon Sep 17 00:00:00 2001 From: webfarben Date: Wed, 11 Mar 2026 20:33:03 +0100 Subject: [PATCH] Fix: use correct Contao manager-plugin namespaces --- src/ContaoManager/Plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ContaoManager/Plugin.php b/src/ContaoManager/Plugin.php index fe5a810..37a0b36 100644 --- a/src/ContaoManager/Plugin.php +++ b/src/ContaoManager/Plugin.php @@ -6,9 +6,9 @@ namespace Webfarben\DummyCopier\ContaoManager; use Webfarben\DummyCopier\DummyCopierBundle; use Contao\CoreBundle\ContaoCoreBundle; -use Contao\ManagerPlugin\Bundle\BundleConfig; +use Contao\ManagerPlugin\Bundle\BundlePluginInterface; +use Contao\ManagerPlugin\Bundle\Config\BundleConfig; use Contao\ManagerPlugin\Bundle\Parser\ParserInterface; -use Contao\ManagerPlugin\Bundle\Plugin\BundlePluginInterface; class Plugin implements BundlePluginInterface {