feat(core) : expose role and user-rbac api endpoints with processors

This commit is contained in:
Matthieu
2026-06-19 17:16:38 +02:00
parent 5060fb689b
commit 48c67a5fb9
6 changed files with 265 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use ApiPlatform\Metadata\GetCollection;
use App\Module\Core\Infrastructure\Doctrine\DoctrinePermissionRepository;
use Doctrine\ORM\Mapping as ORM;
use InvalidArgumentException;
use Symfony\Component\Serializer\Annotation\Groups;
use Symfony\Component\Serializer\Attribute\Groups;
#[ORM\Entity(repositoryClass: DoctrinePermissionRepository::class)]
#[ORM\Table(name: 'permission')]