Skip to content

Commit c2d3036

Browse files
authored
Update Property.php
1 parent 7423eef commit c2d3036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPixie/ORM/Values/Preload/Property.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
class Property
66
{
7+
protected $propertyName;
78
protected $options;
8-
protected $parameters;
99

1010
public function __construct($propertyName, $options = array())
1111
{
@@ -22,4 +22,4 @@ public function options()
2222
{
2323
return $this->options;
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)