Skip to content

Commit 561d53d

Browse files
committed
Merge remote-tracking branch '37403/patch-1' into blth-del10131-commdashpr
2 parents 4d8d6b9 + fb040df commit 561d53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Store/Model/Argument/Interpreter/ServiceUrl.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2017 Adobe
4+
* All Rights Reserved.
55
*/
66
namespace Magento\Store\Model\Argument\Interpreter;
77

@@ -65,7 +65,7 @@ public function __construct(
6565
*
6666
* @return string
6767
*/
68-
private function getServiceUrl()
68+
public function getServiceUrl()
6969
{
7070
$store = $this->storeRepository->getById($this->storeManager->getStore()->getId());
7171
return $this->url->getUrl(

0 commit comments

Comments
 (0)