Pārlūkot izejas kodu

Rename infosShipping

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
45418551b2
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. +5
    -5
      ShopBundle/Model/OrderShop.php

+ 5
- 5
ShopBundle/Model/OrderShop.php Parādīt failu

@@ -88,7 +88,7 @@ abstract class OrderShop implements FilterMerchantInterface
/**
* @ORM\Column(type="text", nullable=true)
*/
protected $infosShipping;
protected $infosDelivery;

public function __construct()
{
@@ -310,14 +310,14 @@ abstract class OrderShop implements FilterMerchantInterface
return $this;
}

public function getInfosShipping(): ?string
public function getInfosDelivery(): ?string
{
return $this->infosShipping;
return $this->infosDelivery;
}

public function setInfosShipping(?string $infosShipping): self
public function setInfosDelivery(?string $infosDelivery): self
{
$this->infosShipping = $infosShipping;
$this->infosDelivery = $infosDelivery;

return $this;
}

Notiek ielāde…
Atcelt
Saglabāt