Skip to content

Commit c0edff1

Browse files
authored
Update Service.php
1 parent 5da79f1 commit c0edff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/Service.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Service
3636
public const UPS_WORLDWIDE_EXPRESS_FREIGHT = "96";
3737

3838
private ?string $code;
39-
private ?string $description;
39+
private string $description = "";
4040

4141
public function setCode(string $code): self
4242
{
@@ -78,4 +78,4 @@ public function toArray(): array
7878

7979
return $service;
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)