File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
tests/Fixtures/TestBundle/Entity Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 19
19
use Doctrine \Common \Collections \ArrayCollection ;
20
20
use Doctrine \ORM \Mapping as ORM ;
21
21
use Symfony \Component \Validator \Constraints as Assert ;
22
- use Ramsey \Uuid \UuidInterface ;
23
22
24
23
/**
25
24
* Dummy.
@@ -117,13 +116,6 @@ class Dummy
117
116
*/
118
117
public $ dummyPrice ;
119
118
120
- /**
121
- * @var UuidInterface A dummy uuid
122
- *
123
- * @ORM\Column(type="uuid", nullable=true)
124
- */
125
- // private $dummyUuid;
126
-
127
119
/**
128
120
* @var RelatedDummy A related dummy
129
121
*
@@ -206,16 +198,6 @@ public function getName(): string
206
198
return $ this ->name ;
207
199
}
208
200
209
- public function setDummyUuid (UuidInterface $ uuid )
210
- {
211
- $ this ->DummyUuid = $ uuid ;
212
- }
213
-
214
- public function getDummyUuid ()
215
- {
216
- return $ this ->DummyUuid ;
217
- }
218
-
219
201
public function setAlias ($ alias )
220
202
{
221
203
$ this ->alias = $ alias ;
You can’t perform that action at this time.
0 commit comments