mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
commit
0033e7ca24
@ -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()
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user