Beispiel #1
0
 public function menus()
 {
     return $this->belongsToMany(Menu::getClass(), 'task_user')->withPivot('status', 'task_id')->orderBy('priority', 'asc')->orderBy('name', 'asc');
 }
Beispiel #2
0
 public function menus()
 {
     return $this->belongsToMany(Menu::getClass())->withPivot('status');
 }