Skip to content

Commit

Permalink
🐛 [CenterTag] Fix pagination in order to display all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAresu committed Mar 22, 2024
1 parent d3b7507 commit 01cc4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/CenterTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
new GetCollection(),
new Post(),
],
paginationEnabled: false,
)]
#[ORM\Entity(repositoryClass: CenterTagRepository::class)]
class CenterTag implements \Stringable
Expand Down

0 comments on commit 01cc4e8

Please sign in to comment.