Some more restructuring

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-09-11 10:39:29 +02:00
parent f4201392f6
commit 42640e2428
6 changed files with 192 additions and 217 deletions
-1
View File
@@ -159,5 +159,4 @@ class Card extends RelationalEntity {
public function getCalendarPrefix(): string {
return 'card';
}
}
-1
View File
@@ -65,5 +65,4 @@ class Stack extends RelationalEntity {
public function getCalendarPrefix(): string {
return 'stack';
}
}