->where('id','=',Session::get('user_id'))->get();
You are getting a masking object by user's ID, in SQL language it's like:
SELECT * FROM `masking` WHERE `id` = <user_id>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community