Skip to content

Commit

Permalink
JsonApiMapping was missing "extends ApiMapping"
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Oct 20, 2015
1 parent 93de0c9 commit c6c1ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mappings/JsonApiMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace NilPortugues\Api\Mappings;

interface JsonApiMapping
interface JsonApiMapping extends ApiMapping
{
/**
* Returns an array containing the relationship mappings as an array.
Expand Down

0 comments on commit c6c1ca2

Please sign in to comment.