belongsToMany('App\Model\User'); } /** * The nodes that belong to the role. */ public function nodes() { return $this->belongsToMany('App\Model\Node'); } }