clean up scheduled tasks
This commit is contained in:
@@ -50,11 +50,6 @@ class MarketData extends Model
|
||||
return $query->where('symbol', $symbol);
|
||||
}
|
||||
|
||||
public function refreshMarketData()
|
||||
{
|
||||
return static::getMarketData($this->attributes['symbol']);
|
||||
}
|
||||
|
||||
public static function getMarketData($symbol)
|
||||
{
|
||||
$market_data = self::firstOrNew([
|
||||
|
||||
Reference in New Issue
Block a user