belongsToMany('App\User'); } public function permissions() { return $this->belongsToMany('App\Permission'); } }