1
0
Fork 0
Jing Li 2023-08-25 20:40:24 +08:00
parent ddcfbac80e
commit daa8829fd2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class FarmWormPhoto extends Model
use HasFactory;
protected $casts = [
'uploaded_at' => 'date',
'uploaded_at' => 'datetime',
];
protected $fillable = [