Merge branch 'main' of https://gitea.hmily.club/liutk/internet-everythings-agricultural
commit
5063730723
|
|
@ -10,7 +10,7 @@ class FarmWormPhoto extends Model
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'uploaded_at' => 'date',
|
'uploaded_at' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue