Skip to content

Commit 8e4293e

Browse files
authored
Update Packaging.php
1 parent d4ce33a commit 8e4293e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/Packaging.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Packaging
2929
public const STANDARD_FLAT = "67";
3030

3131
private ?string $code;
32-
private ?string $description;
32+
private string $description = "";
3333

3434
public function setCode(string $code): self
3535
{
@@ -69,4 +69,4 @@ public function toArray(): array
6969

7070
return $packaging;
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)