Skip to content

Commit

Permalink
Close #39 Merge branch 'fix/undefined-field'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Arbezzano committed Mar 7, 2015
2 parents 6fdb8f2 + efb3fcf commit d8bf27b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/EdpGithub/Api/AbstractApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ abstract class AbstractApi implements ServiceManagerAwareInterface
*/
protected $client;

/**
* @var ServiceManager
*/
private $serviceManager;

protected $response;

/**
Expand Down

0 comments on commit d8bf27b

Please sign in to comment.