We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43aac3 commit 501a378Copy full SHA for 501a378
src/BaseEvent.php
@@ -11,8 +11,8 @@
11
12
namespace FOS\HttpCache;
13
14
-use Symfony\Contracts\EventDispatcher\Event as ContractEvent;
15
use Symfony\Component\EventDispatcher\Event as OldEvent;
+use Symfony\Contracts\EventDispatcher\Event as ContractEvent;
16
17
if (class_exists(ContractEvent::class)) {
18
class BaseEvent extends ContractEvent
0 commit comments