Skip to content

Commit

Permalink
Add EventSubscriberInterface to subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmany committed Jul 5, 2020
1 parent 40dc62d commit ae6cb63
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions EventListener/AssetSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
use Mautic\CoreBundle\Event\CustomAssetsEvent;
use Mautic\CoreBundle\EventListener\CommonSubscriber;
use MauticPlugin\MauticLimiterBundle\Service\Limiter;
use MauticPlugin\MauticLimiterBundle\Service\LimiterJs;
use MauticPlugin\MauticLimiterBundle\Integration\LimiterSettings;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;

class AssetSubscriber extends CommonSubscriber
class AssetSubscriber implements EventSubscriberInterface
{


/**
* @var Limiter
*/
Expand Down

0 comments on commit ae6cb63

Please sign in to comment.