Updated code.

This commit is contained in:
James Cole
2022-06-07 19:46:09 +02:00
parent c3bd46d7c0
commit 86d4549874
6 changed files with 53 additions and 28 deletions

View File

@@ -260,7 +260,7 @@ trait ConvertsExchangeRates
*/
private function getPreference(): void
{
$this->enabled = false;
$this->enabled = true;
}
}