Skip to content

Commit

Permalink
Merge pull request #40 from compwright/patch-2
Browse files Browse the repository at this point in the history
Add missing interface to GenericCollection
  • Loading branch information
harikt authored Aug 25, 2022
2 parents 2fe8553 + 00229d3 commit 56aecb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Collection/GenericCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
namespace Aura\Marshal\Collection;

use Aura\Marshal\Data;
use Aura\Marshal\ToArrayInterface;
use Aura\Marshal\ToArrayTrait;

/**
Expand All @@ -20,7 +21,7 @@
* @package Aura.Marshal
*
*/
class GenericCollection extends Data
class GenericCollection extends Data implements ToArrayInterface
{
use ToArrayTrait;

Expand Down

0 comments on commit 56aecb7

Please sign in to comment.