hasMany(User::class); } public function emailDomains(): HasMany { return $this->hasMany(SchoolEmailDomain::class); } }