Skip to content

Commit b3d4188

Browse files
committed
MC-29261: [Magento Cloud] - When admin URL is different to front-base URL admin redirects to storefront
1 parent 5aeb008 commit b3d4188

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/CurrencySymbol
    • Controller/Adminhtml/System/Currencysymbol
    • Test/Unit/Controller/Adminhtml/System/Currencysymbol

2 files changed

+2
-2
lines changed

app/code/Magento/CurrencySymbol/Controller/Adminhtml/System/Currencysymbol/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Magento\Framework\Filter\FilterManager;
1515

1616
/**
17-
* Class Save
17+
* Controller to save currency symbol
1818
*/
1919
class Save extends CurrencysymbolController implements HttpPostActionInterface
2020
{

app/code/Magento/CurrencySymbol/Test/Unit/Controller/Adminhtml/System/Currencysymbol/SaveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use PHPUnit\Framework\MockObject\MockObject;
2222

2323
/**
24-
* Class SaveTest
24+
* Test ot to save currency symbol controller
2525
*/
2626
class SaveTest extends TestCase
2727
{

0 commit comments

Comments
 (0)