Skip to content

Commit a3b6742

Browse files
authored
Fixed interface tag
1 parent 9d60a7d commit a3b6742

File tree

1 file changed

+2
-1
lines changed
  • src/PHPixie/ORM/Relationships/Type/OneTo/Property

1 file changed

+2
-1
lines changed

src/PHPixie/ORM/Relationships/Type/OneTo/Property/Entity.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
namespace PHPixie\ORM\Relationships\Type\OneTo\Property;
44

55
abstract class Entity extends \PHPixie\ORM\Relationships\Relationship\Implementation\Property\Entity
6-
implements \PHPixie\ORM\Relationships\Relationship\Property\Entity\Query
6+
implements \PHPixie\ORM\Relationships\Relationship\Property\Entity\Query,
7+
\PHPixie\ORM\Relationships\Relationship\Property\Entity\Data
78
{
89
protected $handler;
910

0 commit comments

Comments
 (0)