Skip to content

Commit

Permalink
Fix di for repository definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-blackbird committed Jun 7, 2019
1 parent e4500b9 commit e619803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<type name="Magento\Framework\Model\Entity\RepositoryFactory">
<arguments>
<argument name="entities" xsi:type="array">
<item name="Blackbird\DataModelSample\Api\StudentRepositoryInterface" xsi:type="string">Blackbird\DataModelSample\Api\StudentRepositoryInterface</item>
<item name="Blackbird\DataModelSample\Api\TeacherRepositoryInterface" xsi:type="string">Blackbird\DataModelSample\Api\TeacherRepositoryInterface</item>
<item name="Blackbird\DataModelSample\Api\StudentInterface" xsi:type="string">Blackbird\DataModelSample\Api\StudentRepositoryInterface</item>

This comment has been minimized.

Copy link
@thomas-kl1

thomas-kl1 Jun 11, 2019

Collaborator

Blackbird\DataModelSample\Api\Data\StudentInterface

<item name="Blackbird\DataModelSample\Api\TeacherInterface" xsi:type="string">Blackbird\DataModelSample\Api\TeacherRepositoryInterface</item>

This comment has been minimized.

Copy link
@thomas-kl1

thomas-kl1 Jun 11, 2019

Collaborator

Blackbird\DataModelSample\Api\Data\TeacherInterface

</argument>
</arguments>
</type>
Expand Down

0 comments on commit e619803

Please sign in to comment.