upgrade to laravel 12 done
This commit is contained in:
@@ -17,5 +17,11 @@ class Image extends Model
|
||||
'style_id',
|
||||
'is_temp',
|
||||
'is_public',
|
||||
'comfyui_prompt_id',
|
||||
];
|
||||
|
||||
public function style()
|
||||
{
|
||||
return $this->belongsTo(Style::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user