How to delete unwanted fileds in the entity/model: facebook, twitter, bio, website from the Model/User.php ?
I try to ovveride the Model but it doesn’t work.
I succed to override the entity, i added some new property, and it work, but want to delete unwanted stuff.
Thx, bye
in fact, i got it.
I must to extend the model, not the entity, and it works !!!
I can remove unwanted stuff