Skip to content

Commit

Permalink
Add note to UPGRADE file about introducing TaxonImageRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 17, 2023
1 parent 73b9eb4 commit 7b84f68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE-1.13.md
Expand Up @@ -200,3 +200,7 @@
+ from: [new, processing, authorized]
to: failed
```

1. The `Sylius\Bundle\CoreBundle\Doctrine\ORM\TaxonImageRepository` class
and `Sylius\Component\Core\Repository\TaxonImageRepositoryInterface` interfaces have been added, if you have custom
repository for `TaxonImage` resource, you need to update it to extend the new one.

0 comments on commit 7b84f68

Please sign in to comment.