belongsToMany(Kludge::class); } public function paths() { return $this->belongsToMany(Path::class,NULL,NULL,'node_id'); } }