This commit is contained in:
ct
2025-06-18 13:43:42 +08:00
parent a40d81331c
commit 60236af762
5 changed files with 68 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ class MemeMedia extends Model
protected $casts = [
'embedding' => Vector::class,
'duration' => 'double',
];
protected $fillable = [