Merge pull request #690 from owncloud/fix-typo

Fix typo
This commit is contained in:
Bernhard Posselt 2014-12-05 18:34:49 +01:00
commit 0033e7ca24

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()
);