hasOne(User::class); } public function entry(): HasOne { return $this->hasOne(Entry::class); } }