*/ public function users(): HasMany { return $this->hasMany(User::class, 'role_id'); } }