Skip to content

Commit

Permalink
optimized contao manager support
Browse files Browse the repository at this point in the history
  • Loading branch information
iCodr8 committed Jan 28, 2018
1 parent 6ce649c commit 39676a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
use Contao\ManagerPlugin\Bundle\Config\BundleConfig;
use Contao\ManagerPlugin\Bundle\Parser\ParserInterface;
use Contao\ManagerPlugin\Dependency\DependentPluginInterface;
use Craffft\LogoBundle\CraffftLogoBundle;

class Plugin implements BundlePluginInterface, DependentPluginInterface
class Plugin implements BundlePluginInterface
{
public function getBundles(ParserInterface $parser)
{
Expand Down

0 comments on commit 39676a8

Please sign in to comment.