Skip to content

Commit

Permalink
test manager bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevster committed Dec 5, 2017
1 parent 5455e3a commit b290b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,6 +31,6 @@
}
},
"extra": {
"contao-manager-plugin": "ContaoManager\\Plugin"
"contao-manager-plugin": "Pdir\\Contao\\ThemeHelperBundle\\ContaoManager\\Plugin"
}
}
3 changes: 2 additions & 1 deletion src/Pdir/Contao/ThemeHelperBundle/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b290b2c

Please sign in to comment.