Skip to content

Commit c6c1ca2

Browse files
committed
JsonApiMapping was missing "extends ApiMapping"
1 parent 93de0c9 commit c6c1ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mappings/JsonApiMapping.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace NilPortugues\Api\Mappings;
44

5-
interface JsonApiMapping
5+
interface JsonApiMapping extends ApiMapping
66
{
77
/**
88
* Returns an array containing the relationship mappings as an array.

0 commit comments

Comments
 (0)