Skip to content

Commit e619803

Browse files
Fix di for repository definition
1 parent e4500b9 commit e619803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<type name="Magento\Framework\Model\Entity\RepositoryFactory">
2727
<arguments>
2828
<argument name="entities" xsi:type="array">
29-
<item name="Blackbird\DataModelSample\Api\StudentRepositoryInterface" xsi:type="string">Blackbird\DataModelSample\Api\StudentRepositoryInterface</item>
30-
<item name="Blackbird\DataModelSample\Api\TeacherRepositoryInterface" xsi:type="string">Blackbird\DataModelSample\Api\TeacherRepositoryInterface</item>
29+
<item name="Blackbird\DataModelSample\Api\StudentInterface" xsi:type="string">Blackbird\DataModelSample\Api\StudentRepositoryInterface</item>
30+
<item name="Blackbird\DataModelSample\Api\TeacherInterface" xsi:type="string">Blackbird\DataModelSample\Api\TeacherRepositoryInterface</item>
3131
</argument>
3232
</arguments>
3333
</type>

0 commit comments

Comments
 (0)