*/ public function roles(): BelongsToMany { return $this->belongsToMany(Role::class); } }