Skip to content

Commit d56122b

Browse files
committed
remove dummyUUid right now
1 parent 01d1a1e commit d56122b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/Fixtures/TestBundle/Entity/Dummy.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Doctrine\Common\Collections\ArrayCollection;
2020
use Doctrine\ORM\Mapping as ORM;
2121
use Symfony\Component\Validator\Constraints as Assert;
22-
use Ramsey\Uuid\UuidInterface;
2322

2423
/**
2524
* Dummy.
@@ -117,13 +116,6 @@ class Dummy
117116
*/
118117
public $dummyPrice;
119118

120-
/**
121-
* @var UuidInterface A dummy uuid
122-
*
123-
* @ORM\Column(type="uuid", nullable=true)
124-
*/
125-
// private $dummyUuid;
126-
127119
/**
128120
* @var RelatedDummy A related dummy
129121
*
@@ -206,16 +198,6 @@ public function getName(): string
206198
return $this->name;
207199
}
208200

209-
public function setDummyUuid(UuidInterface $uuid)
210-
{
211-
$this->DummyUuid = $uuid;
212-
}
213-
214-
public function getDummyUuid()
215-
{
216-
return $this->DummyUuid;
217-
}
218-
219201
public function setAlias($alias)
220202
{
221203
$this->alias = $alias;

0 commit comments

Comments
 (0)