I’m trying to update a record in my laravel application In my app management blade I have a link to a single record
“AppEntityUser object not found by the @ParamConverter annotation”
I have a problem with one of my route when I try to access it, I have this error : “AppEntityCompanyUser object not found by the @ParamConverter annotation” Many people have the same problem but …