diff --git a/app/Console/Commands/GoldPriceUpdate.php b/app/Console/Commands/GoldPriceUpdate.php index 532e03c..86f1b3c 100644 --- a/app/Console/Commands/GoldPriceUpdate.php +++ b/app/Console/Commands/GoldPriceUpdate.php @@ -32,6 +32,7 @@ class GoldPriceUpdate extends Command { // + echo 'start'; $client = new Client(); $response = $client->request('GET', $this->api); $data = json_decode($response->getBody()->getContents());