Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Revert change to HalJsonStrategy constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 11, 2016
1 parent c7f665c commit 16c73d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/HalJsonStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class HalJsonStrategy extends JsonStrategy
*/
public function __construct(HalJsonRenderer $renderer)
{
parent::__construct($renderer);
$this->renderer = $renderer;
}

/**
Expand Down

0 comments on commit 16c73d0

Please sign in to comment.