Loginsystem Backend #75

Merged
mg8220s merged 6 commits from feature/loginsystem-backend into dev 2024-12-03 10:34:32 +01:00
Showing only changes of commit 408a54e9b9 - Show all commits

View File

@@ -24,7 +24,7 @@ class SubjectData
public string $description; public string $description;
/** /**
* @var string Themenfarbe des Faches, entweder als hexcode oder CSS-Klasse, noch nicht spezifiziert * @var string Themenfarbe des Faches als hexcode
*/ */
public string $color; public string $color;