Skip to content

Commit

Permalink
alias command
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 14, 2023
1 parent 983de90 commit 6464d2a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Commands/PurgeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ class PurgeCommand extends Command
*
* @var string
*/
protected $description = 'Purge features from storage';
protected $description = 'Delete Pennant features from storage';

/**
* The console command name aliases.
*
* @var array
*/
protected $aliases = ['pennant:clear'];

/**
* Execute the console command.
Expand Down

0 comments on commit 6464d2a

Please sign in to comment.