🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-19 20:56:16 +01:00
parent 4a359a4fc9
commit f2ba190a47
7 changed files with 32 additions and 8 deletions
@@ -72,6 +72,7 @@ class CameraWeb extends Model
*/
protected function formattedDate(): Attribute
{
/** @var Attribute<string, never> */
return new Attribute(
get: fn () => \Illuminate\Support\Facades\Date::parse($this->timestamp)->format('Y-m-d H:i'),
);