From 677da3892d2d279bcb9f7a08502c9a04a5620074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 20 Jan 2025 23:47:17 +0300 Subject: [PATCH] Update RunAllFetchs command description for clarity - Changed the command description to provide a clearer understanding of its functionality, specifying that it runs all fetch jobs for currency and gold rates. This enhances documentation and usability for developers interacting with the command. --- app/Console/Commands/RunAllFetchs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/RunAllFetchs.php b/app/Console/Commands/RunAllFetchs.php index e647f90..f433f7a 100644 --- a/app/Console/Commands/RunAllFetchs.php +++ b/app/Console/Commands/RunAllFetchs.php @@ -21,7 +21,7 @@ class RunAllFetchs extends Command * * @var string */ - protected $description = 'Command description'; + protected $description = 'This command runs all fetch jobs for currency and gold rates.'; /** * Execute the console command.