Skip to content

Commit

Permalink
#56
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Barkowsky committed Mar 17, 2024
1 parent 2c031a1 commit f8116a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Plenta\TabControl\PlentaTabControlBundle;
use Symfony\Component\Config\Loader\LoaderInterface;

class Plugin implements BundlePluginInterface/*, ConfigPluginInterface*/
class Plugin implements BundlePluginInterface, ConfigPluginInterface
{
public function getBundles(ParserInterface $parser): array
{
Expand All @@ -33,10 +33,8 @@ public function getBundles(ParserInterface $parser): array
];
}

/*
public function registerContainerConfiguration(LoaderInterface $loader, array $managerConfig): void
{
$loader->load(__DIR__.'/../../config/config.php');
}
*/
}

0 comments on commit f8116a3

Please sign in to comment.