chore: command descriptions

This commit is contained in:
Phan An 2024-03-09 19:20:36 +07:00
parent 2e22cb6e5d
commit 07b8e11619
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ use Throwable;
class CheckLicenseStatusCommand extends Command
{
protected $signature = 'koel:license:status';
protected $description = 'Check the current Koel Plus license status.';
protected $description = 'Check the current Koel Plus license status';
public function __construct(private LicenseServiceInterface $licenseService)
{

View file

@ -9,7 +9,7 @@ use Illuminate\Console\Command;
class StorageCommand extends Command
{
protected $signature = 'koel:storage';
protected $description = 'Set up and configure Koels storage.';
protected $description = 'Set up and configure Koels storage';
public function handle(): int
{