Skip to content

Commit 0a0b32b

Browse files
committed
Issue-230: adding varnish
- fixing static
1 parent f9767ec commit 0a0b32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/GraphQl/Controller/GraphQl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public function __construct(
114114
$this->resolverContext = $resolverContext;
115115
$this->requestProcessor = $requestProcessor;
116116
$this->queryFields = $queryFields;
117-
$this->jsonFactory = $jsonFactory ?:ObjectManager::getInstance()->get(JsonFactory::class);
118-
$this->httpResponse = $httpResponse ?:ObjectManager::getInstance()->get(HttpResponse::class);
117+
$this->jsonFactory = $jsonFactory ?: ObjectManager::getInstance()->get(JsonFactory::class);
118+
$this->httpResponse = $httpResponse ?: ObjectManager::getInstance()->get(HttpResponse::class);
119119
}
120120

121121
/**

0 commit comments

Comments
 (0)