From d87f23e26ff2b3ede0b7290c906154863734fe89 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Tue, 29 Oct 2024 12:10:57 +0330 Subject: [PATCH] added gold price --- app/Console/Commands/GoldPriceUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/GoldPriceUpdate.php b/app/Console/Commands/GoldPriceUpdate.php index 13ff377..5d4025e 100644 --- a/app/Console/Commands/GoldPriceUpdate.php +++ b/app/Console/Commands/GoldPriceUpdate.php @@ -23,7 +23,7 @@ class GoldPriceUpdate extends Command * * @var string */ - protected $description = 'Command description'; + protected $description = 'gold price update'; /** * Execute the console command.