mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
fix(developer_manual): typo on IAppConfig AppFramework service usage
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ Any of the methods below will automatically be scoped to your app, meaning you c
|
||||
) {}
|
||||
|
||||
public function getSomeConfig(): string {
|
||||
return $this->appConfig->getValueString('mykey', 'default');
|
||||
return $this->appConfig->getAppValueString('mykey', 'default');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user