Skip to content

Commit

Permalink
Remove superfluous transformer parameter from the Resource\Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
willishq committed Jan 26, 2016
1 parent 73c6954 commit 7c3e00f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Resource/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ class Collection extends ResourceAbstract
*/
protected $cursor;

/**
* A callable to process the data attached to this resource.
*
* @var callable|string
*/
protected $transformer;

/**
* Get the paginator instance.
*
Expand Down

0 comments on commit 7c3e00f

Please sign in to comment.