We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d8d6b9 + fb040df commit 561d53dCopy full SHA for 561d53d
app/code/Magento/Store/Model/Argument/Interpreter/ServiceUrl.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2017 Adobe
+ * All Rights Reserved.
5
*/
6
namespace Magento\Store\Model\Argument\Interpreter;
7
@@ -65,7 +65,7 @@ public function __construct(
65
*
66
* @return string
67
68
- private function getServiceUrl()
+ public function getServiceUrl()
69
{
70
$store = $this->storeRepository->getById($this->storeManager->getStore()->getId());
71
return $this->url->getUrl(
0 commit comments