* Updated due_at cast.
All checks were successful
Build docker image / build_docker_image (push) Successful in 3m50s

This commit is contained in:
2025-05-12 11:53:36 +02:00
parent 7ab505ae26
commit e018ac7139

View File

@@ -31,7 +31,7 @@ class Remainder extends Model
protected $casts = [
'status' => RemainderStatus::class,
'due_at' => 'datetime',
'due_at' => 'datetime:Y-m-d H:i:s',
];
/**