Skip to content

Commit 5494064

Browse files
committed
backward compatibility
1 parent 126a974 commit 5494064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Directory/Model/Observer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ public function __construct(
9090
/**
9191
* Schedule update currency rates
9292
*
93+
* @param mixed $schedule
9394
* @return void
9495
* @throws \Exception
9596
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
9697
*/
97-
public function scheduledUpdateCurrencyRates()
98+
public function scheduledUpdateCurrencyRates($schedule)
9899
{
99100
$importWarnings = [];
100101
if (!$this->_scopeConfig->getValue(

0 commit comments

Comments
 (0)