fix: upgrade the exists() market data provider method

This commit is contained in:
hackerESQ
2025-01-28 20:32:43 -06:00
parent 0f135f4024
commit 4ece09368e
7 changed files with 49 additions and 42 deletions
+1
View File
@@ -143,6 +143,7 @@ class Transaction extends Model
public function refreshMarketData(): void
{
MarketData::getMarketData($this->attributes['symbol']);
}