79782023

Date: 2025-10-03 17:36:38
Score: 1
Natty:
Report link

Add this cast in your model to automatically format the data when retrieving from or saving to the database:

protected function casts(): array
{
    return [
        'completed_at' => 'datetime'
    ];
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel Sousa