Guest User

Untitled

a guest
Jan 23rd, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public function locals(){
  2. $this->belongsTo('AppLocal', 'Local_id');
  3. }
  4.  
  5. $material = Material::with(['locals.materials'])->get();
Add Comment
Please, Sign In to add comment