the RunwareAI Plugin is working now

This commit is contained in:
2025-07-30 23:24:47 +02:00
parent 07c6786bda
commit 47860b4b7d
35 changed files with 544 additions and 218 deletions

View File

@@ -8,10 +8,13 @@ use Illuminate\Database\Eloquent\Concerns\HasUuids;
class Image extends Model
{
use HasFactory, HasUuids;
use HasFactory;
protected $fillable = [
'path',
'uuid',
'original_image_id',
'style_id',
'is_temp',
];
}