Parcourir la source

post MR fixes

Olivier Massot il y a 3 ans
Parent
commit
77a79ef8bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Entity/Organization/Subdomain.php

+ 1 - 1
src/Entity/Organization/Subdomain.php

@@ -17,7 +17,7 @@ use Symfony\Component\Validator\Constraints as Assert;
  */
 #[ApiResource(
     collectionOperations: [
-        'get',  // TODO: Comment je teste l'organisation et les droits sur une collection?
+        'get',
         'post'
     ],
     itemOperations: [