Skip to content

Commit 723b1a0

Browse files
author
Maxime Leclercq
committed
fix: replace the deprectaded Event class
1 parent ec6786f commit 723b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event/CustomReportEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use MonsieurBiz\SyliusSalesReportsPlugin\Exception\AlreadyExistsReport;
1717
use MonsieurBiz\SyliusSalesReportsPlugin\Exception\NotExistsReport;
1818
use Sylius\Component\Core\Model\ChannelInterface;
19-
use Symfony\Component\EventDispatcher\Event;
19+
use Symfony\Contracts\EventDispatcher\Event;
2020

2121
final class CustomReportEvent extends Event
2222
{

0 commit comments

Comments
 (0)