the RunwareAI Plugin is working now
This commit is contained in:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user