noodle fill in graph

This commit is contained in:
hackerESQ
2024-09-09 20:50:38 -05:00
parent 3284a31bb1
commit 2448fe5c76
+3 -1
View File
@@ -3,6 +3,7 @@
namespace App\Console\Commands;
use Illuminate\Console\Command;
use App\Interfaces\MarketData\MarketDataInterface;
class SyncDailyChange extends Command
{
@@ -37,6 +38,7 @@ class SyncDailyChange extends Command
*/
public function handle()
{
$this->line('test');
// get history
// $history = app(MarketDataInterface::class)->history($symbol);
}
}