mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: command descriptions
This commit is contained in:
parent
2e22cb6e5d
commit
07b8e11619
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ use Throwable;
|
||||||
class CheckLicenseStatusCommand extends Command
|
class CheckLicenseStatusCommand extends Command
|
||||||
{
|
{
|
||||||
protected $signature = 'koel:license:status';
|
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)
|
public function __construct(private LicenseServiceInterface $licenseService)
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,7 +9,7 @@ use Illuminate\Console\Command;
|
||||||
class StorageCommand extends Command
|
class StorageCommand extends Command
|
||||||
{
|
{
|
||||||
protected $signature = 'koel:storage';
|
protected $signature = 'koel:storage';
|
||||||
protected $description = 'Set up and configure Koel’s storage.';
|
protected $description = 'Set up and configure Koel’s storage';
|
||||||
|
|
||||||
public function handle(): int
|
public function handle(): int
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue