Skip to content

Commit

Permalink
feat: command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt committed Jan 12, 2025
1 parent 10f6f98 commit 772b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/FixEqualsCriteriaLoots.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FixEqualsCriteriaLoots extends Command {
*
* @var string
*/
protected $description = 'Command description';
protected $description = 'Fix equals criteria loots to double equals for use in where clause';

/**
* Execute the console command.
Expand Down

0 comments on commit 772b3e8

Please sign in to comment.