mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 18:56:02 +07:00
Fix typo
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user