added purge command

This commit is contained in:
Lukas Kahwe Smith 2013-04-26 14:15:57 +02:00
commit 813f57e3d0
4 changed files with 81 additions and 3 deletions

View file

@ -33,7 +33,7 @@ class RepositoryManager implements RepositoryManagerInterface
* Return repository for entity
*
* Returns custom repository if one specified otherwise
* returns a basic respository.
* returns a basic repository.
*/
public function getRepository($entityName)
{