Initialised RepositoryManager properties
This commit is contained in:
parent
520a35bfc6
commit
881866b1ed
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ use RuntimeException;
|
|||
*/
|
||||
class RepositoryManager implements RepositoryManagerInterface
|
||||
{
|
||||
protected $entities;
|
||||
protected $repositories;
|
||||
protected $entities = array();
|
||||
protected $repositories = array();
|
||||
|
||||
public function addEntity($entityName, FinderInterface $finder, $repositoryName = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue