Skip to content

Commit

Permalink
Update the PR and use ResourceBundle ^1.6.0-RC.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jun 7, 2019
1 parent e6391b4 commit f57ce0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

"knplabs/knp-snappy-bundle": "^1.5",
"ramsey/uuid": "^3.7",
"sylius/resource-bundle": "^1.6.0-RC.2",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/form": "^4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/InvoiceShopBillingData.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class InvoiceShopBillingData implements InvoiceShopBillingDataInterface
protected $postcode;

/** @var string|null */
private $representative;
protected $representative;

public function getCompany(): ?string
{
Expand Down

0 comments on commit f57ce0f

Please sign in to comment.