title | issue | author | author_email | author_github |
---|---|---|---|---|
Add current SalesChannelContext to the SalesChannelContextRestoredEvent |
NEXT-23274 |
stuzzo |
stuzzo |
- Changed the
Shopware\Core\System\SalesChannel\Event\SalesChannelContextRestoredEvent
to also return the current context in addition to the restored one - Deprecated
Shopware\Core\System\SalesChannel\Event\SalesChannelContextRestoredEvent::__construct()
because the$currentContext
parameter will be mandatory