Skip to content

Commit

Permalink
Re-add needed use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Apr 17, 2019
1 parent 7d47084 commit 0d564b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Event/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace Lexik\Bundle\JWTAuthenticationBundle\Event;

use Symfony\Component\EventDispatcher\Event as BaseEvent;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Contracts\EventDispatcher\Event as ContractsBaseEvent;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;

if (is_subclass_of(EventDispatcher::class, EventDispatcherInterface::class)) {
Expand Down

0 comments on commit 0d564b3

Please sign in to comment.