Skip to content

Commit

Permalink
feat: Add ExpectationFailedException renaming (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
aragon999 authored Feb 11, 2025
1 parent 6f281ef commit 21f50e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/v6.6/renaming.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
RenameClassRector::class,
[
'Shopware\Core\Framework\DataAbstractionLayer\Event\BeforeDeleteEvent' => 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityDeleteEvent',
'Shopware\Core\Framework\Api\Exception\ExceptionFailedException' => 'Shopware\Core\Framework\Api\Exception\ExpectationFailedException',
],
);

Expand Down

0 comments on commit 21f50e1

Please sign in to comment.