Can't edit a resource if viewAny() is false (Model Policy)
Hi ! I'm trying to configure my policies and I want a basic user to only be able to edit his own details but not see others users, if my
viewAny() method return false, I get a 403 error on the users/{id}/edit page. Can someone help me please ?