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.
This commit is contained in:
Ümit Tunç
2025-01-20 23:47:17 +03:00
parent c62211f393
commit 677da3892d
+1 -1
View File
@@ -21,7 +21,7 @@ class RunAllFetchs extends Command
* *
* @var string * @var string
*/ */
protected $description = 'Command description'; protected $description = 'This command runs all fetch jobs for currency and gold rates.';
/** /**
* Execute the console command. * Execute the console command.