Skip to content

Commit 53df5aa

Browse files
authored
fix(developer_manual): typo on IAppConfig AppFramework service usage
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 53da0df commit 53df5aa

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)