Skip to content

Commit 501a378

Browse files
author
André R
committed
CS
1 parent f43aac3 commit 501a378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace FOS\HttpCache;
1313

14-
use Symfony\Contracts\EventDispatcher\Event as ContractEvent;
1514
use Symfony\Component\EventDispatcher\Event as OldEvent;
15+
use Symfony\Contracts\EventDispatcher\Event as ContractEvent;
1616

1717
if (class_exists(ContractEvent::class)) {
1818
class BaseEvent extends ContractEvent

0 commit comments

Comments
 (0)