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