Skip to content

Commit ae0910e

Browse files
tjwiebellbbatsche
authored andcommitted
- Fix variable name (#6)
1 parent fb62215 commit ae0910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/UpwardControllerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(ObjectManagerInterface $objectManager, ScopeConfigIn
4848
*/
4949
public function create(RequestInterface $request): UpwardController
5050
{
51-
$upwardConfig = $this->scopeConfig->getValue(
51+
$upwardConfig = $this->config->getValue(
5252
static::UPWARD_CONFIG_PATH,
5353
ScopeConfigInterface::SCOPE_TYPE_DEFAULT
5454
);

0 commit comments

Comments
 (0)