feat : Ajout d'un écran pour afficher les informations d'un bovin
This commit is contained in:
@@ -15,7 +15,8 @@ use App\State\BovinIdentificationProvider;
|
||||
uriTemplate: '/bovins/{numeroNational}/identification',
|
||||
provider: BovinIdentificationProvider::class
|
||||
),
|
||||
]
|
||||
],
|
||||
security: "is_granted('ROLE_USER')",
|
||||
)]
|
||||
final class BovinIdentification
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user