Guest User

Untitled

a guest
Mar 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public function parent(){
  2. return $this->belongsTo('AppCategory', 'parent_id');}
  3. public function children(){
  4. return $this->hasMany('AppCategory', 'parent_id');}
Add Comment
Please, Sign In to add comment