* Updated due_at cast.
All checks were successful
Build docker image / build_docker_image (push) Successful in 3m50s
All checks were successful
Build docker image / build_docker_image (push) Successful in 3m50s
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user