This commit is contained in:
Lukas Reschke
2014-12-05 18:24:45 +01:00
parent f419c8c240
commit a08dedb77b

View File

@@ -103,7 +103,7 @@ To add the app's classes simply open the :file:`appinfo/application.php` use the
/**
* Services
*/
$container->registerService('AuthorMappers', function($c){
$container->registerService('AuthorMapper', function($c){
return new AuthorService(
$c->query('ServerContainer')->getDb()
);