Browse Source

changement pagination à 16

Maha Bouchiba 2 năm trước cách đây
mục cha
commit
00436b12ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Entity/Public/PublicEvent.php

+ 1 - 1
src/Entity/Public/PublicEvent.php

@@ -27,7 +27,7 @@ use Doctrine\ORM\Mapping as ORM;
         ),
         new GetCollection(
             uriTemplate: '/public/events',
-            paginationItemsPerPage: 15,
+            paginationItemsPerPage: 16,
         )
     ]
 )]