Skip to content

Commit

Permalink
Add patch for OXID 6.5 events
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminJoerger committed Dec 5, 2022
1 parent f96e072 commit c3982a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makaira/Connect/Event/ModifierCollectEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use Makaira\Connect\Modifier;
use Makaira\Connect\Repository\ModifierList;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;

class ModifierCollectEvent extends Event
{
Expand Down
2 changes: 1 addition & 1 deletion src/Makaira/Connect/Event/RepositoryCollectEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use Makaira\Connect\Repository;
use Makaira\Connect\Repository\AbstractRepository;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;

class RepositoryCollectEvent extends Event
{
Expand Down

0 comments on commit c3982a3

Please sign in to comment.