Skip to content

Commit eccb28c

Browse files
authored
Update LabelSpecification.php
1 parent 0155c14 commit eccb28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/LabelSpecification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class LabelSpecification
66
{
77
private LabelImageFormat $labelImageFormat;
88
private LabelStockSize $labelStockSize;
9-
private ?string $httpUserAgent;
9+
private string $httpUserAgent = "";
1010

1111
public function setLabelImageFormat(LabelImageFormat $labelImageFormat): self
1212
{

0 commit comments

Comments
 (0)