diff --git a/app/Console/Commands/CheckLicenseStatusCommand.php b/app/Console/Commands/CheckLicenseStatusCommand.php index 6964f88c..8adf4135 100644 --- a/app/Console/Commands/CheckLicenseStatusCommand.php +++ b/app/Console/Commands/CheckLicenseStatusCommand.php @@ -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) { diff --git a/app/Console/Commands/Storage/StorageCommand.php b/app/Console/Commands/Storage/StorageCommand.php index 3d25a789..918a50d1 100644 --- a/app/Console/Commands/Storage/StorageCommand.php +++ b/app/Console/Commands/Storage/StorageCommand.php @@ -9,7 +9,7 @@ use Illuminate\Console\Command; class StorageCommand extends Command { 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 {