salut a tous,

je ne comprends pas pourquoi cette ligne

Code : Sélectionner tout - Visualiser dans une fenêtre à part
@Security("is_granted('ROLE_USER') and user === ad.getAuthor")
me retourne une erreur :

Notice: Undefined property: App\Entity\Ad::$getAuthor
Alors que j'ai bien un champ Author dans mon entité !

Je veux sécuriser l’accès a la modification d'une annonce. Si cette annonce appartient bien a l'utilisateur connecté alors l’accès est autorisé.

Merci a vous.