@@ -128,7 +128,7 @@ |
||
128 | 128 | public function addLabel(string $organizerId, Label $label): void |
129 | 129 | { |
130 | 130 | $this->labelService->createLabelAggregateIfNew( |
131 | - new LabelName((string) $label), |
|
131 | + new LabelName((string)$label), |
|
132 | 132 | $label->isVisible() |
133 | 133 | ); |
134 | 134 |