belongsTo(User::class, 'auteur_id'); } public function tags(): BelongsToMany { return $this->belongsToMany(Tag::class, 'kennis_artikel_tag'); } }