* removed test items, and added "person"

This commit is contained in:
Danyi Dávid
2016-08-15 23:30:13 +02:00
parent 94d05cf890
commit bcf87d3cdc
42 changed files with 447 additions and 1360 deletions

View File

@@ -21,7 +21,7 @@ return [
Helper\UrlHelper::class => Helper\UrlHelperFactory::class,
'doctrine.entity_manager.orm_default' => \ContainerInteropDoctrine\EntityManagerFactory::class,
'doctrine.hydrator' => \App\Hydrator\DoctrineObjectFactory::class,
\App\Service\Article\ArticleService::class => \App\Service\Article\ArticleServiceFactory::class,
\App\Service\Person\PersonService::class => \App\Service\Person\PersonServiceFactory::class,
],
],
];