Theme fixes, logo updated, reduce duplication of components
And many more updates
This commit is contained in:
@@ -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']);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user