79386915

Date: 2025-01-25 14:43:22
Score: 1
Natty:
Report link

In new the Laravel it's better to use the following method in you Model

protected $casts = [
    'created_at' => 'datetime:Y-m-d H:i',
    'updated_at' => 'datetime:Y-m-d H:i',
];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gene_Nostrada