Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
collection method is no more forbidden
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Sep 27, 2019
1 parent c8f0abc commit bc28fb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public function __construct()
{
parent::__construct();

$this->setFactory('collection', null)
->setFactory('ri-collection', RiCollectionFactory::class)
$this->setFactory('ri-collection', RiCollectionFactory::class)
->setFactory('ro-collection', RoCollectionFactory::class)
->setFactory('relationship', RelationshipFactory::class)
->setFactory('resource-identifier', ResourceIdentifierFactory::class)
Expand Down

0 comments on commit bc28fb0

Please sign in to comment.