We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d60a7d commit a3b6742Copy full SHA for a3b6742
src/PHPixie/ORM/Relationships/Type/OneTo/Property/Entity.php
@@ -3,7 +3,8 @@
3
namespace PHPixie\ORM\Relationships\Type\OneTo\Property;
4
5
abstract class Entity extends \PHPixie\ORM\Relationships\Relationship\Implementation\Property\Entity
6
- implements \PHPixie\ORM\Relationships\Relationship\Property\Entity\Query
+ implements \PHPixie\ORM\Relationships\Relationship\Property\Entity\Query,
7
+ \PHPixie\ORM\Relationships\Relationship\Property\Entity\Data
8
{
9
protected $handler;
10
0 commit comments