Merge branch 'multi-curr-support' into main

This commit is contained in:
hackerESQ
2025-01-28 20:34:59 -06:00
committed by GitHub
2 changed files with 28 additions and 1 deletions
-1
View File
@@ -143,7 +143,6 @@ class Transaction extends Model
public function refreshMarketData(): void
{
MarketData::getMarketData($this->attributes['symbol']);
}