Initialised RepositoryManager properties

This commit is contained in:
Richard Miller 2011-12-11 20:30:44 +00:00
parent a6e8d0a31c
commit 69afe16558

View file

@ -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)
{