You've already forked symfony-playground
prop names
This commit is contained in:
@ -14,7 +14,7 @@ trait MerDT
|
||||
// private $id;
|
||||
|
||||
#[ORM\Column(type: 'string', length: 255)]
|
||||
private $serviceId;
|
||||
private $service_id;
|
||||
|
||||
// public function getId(): ?int
|
||||
// {
|
||||
@ -23,12 +23,12 @@ trait MerDT
|
||||
|
||||
public function getServiceId(): ?string
|
||||
{
|
||||
return $this->serviceId;
|
||||
return $this->service_id;
|
||||
}
|
||||
|
||||
public function setServiceId(string $serviceId): self
|
||||
{
|
||||
$this->serviceId = $serviceId;
|
||||
$this->service_id = $serviceId;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user