Inital commit
This commit is contained in:
@@ -19,7 +19,6 @@ class Currency extends BaseCurrency
|
||||
public static function getDefaultCurrency()
|
||||
{
|
||||
if (null === self::$defaultCurrency) {
|
||||
|
||||
self::$defaultCurrency = CurrencyQuery::create()->findOneByByDefault(1);
|
||||
|
||||
if (null === self::$defaultCurrency) {
|
||||
|
||||
Reference in New Issue
Block a user