We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53da0df + 53df5aa commit 642689eCopy full SHA for 642689e
developer_manual/digging_deeper/config/appconfig.rst
@@ -26,7 +26,7 @@ Any of the methods below will automatically be scoped to your app, meaning you c
26
) {}
27
28
public function getSomeConfig(): string {
29
- return $this->appConfig->getValueString('mykey', 'default');
+ return $this->appConfig->getAppValueString('mykey', 'default');
30
}
31
32
0 commit comments