Skip to content

Commit

Permalink
Add missing $revisionGetter in EntityApiLookup
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Aug 3, 2016
1 parent 938a3c5 commit 4aec60a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Api/Lookup/EntityApiLookup.php
Expand Up @@ -13,6 +13,11 @@
*/
class EntityApiLookup implements EntityLookup {

/**
* @var RevisionGetter
*/
private $revisionGetter;

/**
* @param RevisionGetter $revisionGetter
*/
Expand Down

0 comments on commit 4aec60a

Please sign in to comment.