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