parameter für Modelle eingeführt, Beschreibung aktualisiert

This commit is contained in:
2025-08-06 09:08:07 +02:00
parent 4a45738b9b
commit 57f3dbc402
16 changed files with 581 additions and 34 deletions

View File

@@ -21,6 +21,7 @@ class Style extends Model
protected $casts = [
'enabled' => 'boolean',
'parameters' => 'array',
];
public function aiModel()