upgrade to laravel 12 done

This commit is contained in:
2025-08-03 21:33:05 +02:00
parent 83aba4c1a8
commit b4456bcabb
41 changed files with 3368 additions and 1455 deletions

View File

@@ -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);
}
}