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