Skip to content

Commit 642689e

Browse files
authored
Merge pull request #12945 from nextcloud/skjnldsv-patch-1
fix(developer_manual): typo on IAppConfig AppFramework service usage
2 parents 53da0df + 53df5aa commit 642689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/digging_deeper/config/appconfig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Any of the methods below will automatically be scoped to your app, meaning you c
2626
) {}
2727
2828
public function getSomeConfig(): string {
29-
return $this->appConfig->getValueString('mykey', 'default');
29+
return $this->appConfig->getAppValueString('mykey', 'default');
3030
}
3131
}
3232

0 commit comments

Comments
 (0)