@@ -51,7 +51,7 @@ |
||
51 | 51 | public function getUrl(LabelFormat $format, $withReturnLabels, $forcePrinting = false) |
52 | 52 | { |
53 | 53 | return '/labels/' . $format->getValue() |
54 | - . ($withReturnLabels ? '/withReturnLabels' : '') |
|
55 | - . ($forcePrinting ? '?forcePrinting=true' : ''); |
|
54 | + . ($withReturnLabels ? '/withReturnLabels' : '') |
|
55 | + . ($forcePrinting ? '?forcePrinting=true' : ''); |
|
56 | 56 | } |
57 | 57 | } |