Theme fixes, logo updated, reduce duplication of components

And many more updates
This commit is contained in:
hackerESQ
2024-08-23 21:59:42 -05:00
parent c255d14f23
commit a0ec39638e
26 changed files with 248 additions and 231 deletions
+4 -4
View File
@@ -125,10 +125,10 @@ class Holding extends Model
return $query->where('symbol', $symbol);
}
public function refreshDividends()
{
return Dividend::getDividendData($this->attributes['symbol']);
}
// public function refreshDividends()
// {
// return Dividend::getDividendData($this->attributes['symbol']);
// }
}