Skip to content

Commit

Permalink
Merge pull request #15 from pablosanches/master
Browse files Browse the repository at this point in the history
Changed the visibility of the factory property in the Repository class.
  • Loading branch information
devsdmf committed Jun 10, 2015
2 parents 91ceb08 + 3197c00 commit 6595155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataMonkey/Repository/Repository.php
Expand Up @@ -23,7 +23,7 @@ class Repository extends TableGatewayAbstract implements RepositoryInterface
/**
* @var AbstractFactory
*/
private $_factory = null;
protected $_factory = null;

/**
* The Constructor
Expand Down

0 comments on commit 6595155

Please sign in to comment.