Skip to content

Commit 89b9b8e

Browse files
committed
Update ContainsPoints.php
1 parent 2394358 commit 89b9b8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fixtures/MartinGeorgiev/Doctrine/Entity/ContainsPoints.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ class ContainsPoints extends Entity
1212
{
1313
#[ORM\Column(type: 'point')]
1414
public Point $point;
15+
16+
#[ORM\Column(type: 'point')]
17+
public Point $point2;
1518
}

0 commit comments

Comments
 (0)