diff --git a/composer.json b/composer.json index 90091bd..6b7a7d1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pdir/contao-theme-helper-bundle", - "type":"contao-module", + "type":"contao-bundle", "description": "pdir theme helper bundle for Contao 4", "keywords":["contao","theme","template", "tools", "helper"], "homepage": "https://pdir.de", @@ -31,6 +31,6 @@ } }, "extra": { - "contao-manager-plugin": "ContaoManager\\Plugin" + "contao-manager-plugin": "Pdir\\Contao\\ThemeHelperBundle\\ContaoManager\\Plugin" } } diff --git a/src/Pdir/Contao/ThemeHelperBundle/ContaoManager/Plugin.php b/src/Pdir/Contao/ThemeHelperBundle/ContaoManager/Plugin.php index 8a9c0a2..707a937 100644 --- a/src/Pdir/Contao/ThemeHelperBundle/ContaoManager/Plugin.php +++ b/src/Pdir/Contao/ThemeHelperBundle/ContaoManager/Plugin.php @@ -15,9 +15,10 @@ */ namespace Pdir\Contao\ThemeHelperBundle\ContaoManager; -use Contao\ManagerPlugin\Bundle\Config\BundleConfig; +use Contao\CoreBundle\ContaoCoreBundle; use Contao\ManagerPlugin\Bundle\BundlePluginInterface; use Contao\ManagerPlugin\Bundle\Parser\ParserInterface; +use Contao\ManagerPlugin\Bundle\Config\BundleConfig; /** * Plugin for the Contao Manager.