There is default object Auth in Laravel after authification.
It contents data about current user from table Users. How can I add the additional data to this object from other related table?
Edit: So, if I am right, the object Auth is created when user is authenticated. In this moment I need to fill object by additional data.