'datetime']; public function user(): BelongsTo { return $this->belongsTo(User::class); } public function isHome(): bool { return $this->presence === 'home'; } }