Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Routing file removed from Plugin class.
Browse files Browse the repository at this point in the history
  • Loading branch information
eki89 committed Oct 23, 2019
1 parent 09bc6a7 commit 3eae596
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 @@ -14,13 +14,12 @@
use Contao\ManagerPlugin\Bundle\BundlePluginInterface;
use Contao\ManagerPlugin\Bundle\Config\BundleConfig;
use Contao\ManagerPlugin\Bundle\Parser\ParserInterface;
use Contao\ManagerPlugin\Routing\RoutingPluginInterface;
use Oveleon\ContaoAdvancedFormLoginBundle\ContaoAdvancedFormLoginBundle;
use Oveleon\ContaoAdvancedFormBundle\ContaoAdvancedFormBundle;
use Symfony\Component\Config\Loader\LoaderResolverInterface;
use Symfony\Component\HttpKernel\KernelInterface;

class Plugin implements BundlePluginInterface, RoutingPluginInterface
class Plugin implements BundlePluginInterface
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 3eae596

Please sign in to comment.