Skip to content

Commit

Permalink
NTR: fix #733
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Apr 22, 2024
1 parent e4c8022 commit 1c32404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polyfill/Shopware/Core/Framework/Event/CustomerAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
return;
}

interface CustomerAware extends FlowEventAware
interface CustomerAware extends BusinessEventInterface
{
public const CUSTOMER_ID = 'customerId';

Expand Down
2 changes: 1 addition & 1 deletion polyfill/Shopware/Core/Framework/Event/MailAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Shopware\Core\Framework\Event\EventData\MailRecipientStruct;


interface MailAware extends FlowEventAware
interface MailAware extends BusinessEventInterface
{
public const MAIL_STRUCT = 'mailStruct';

Expand Down
2 changes: 1 addition & 1 deletion polyfill/Shopware/Core/Framework/Event/OrderAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
return;
}

interface OrderAware extends FlowEventAware
interface OrderAware extends BusinessEventInterface
{
public const ORDER = 'order';

Expand Down

0 comments on commit 1c32404

Please sign in to comment.