Skip to content

Commit

Permalink
updating ClearCacheCommand signature
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent 27a882b commit a89700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ClearCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ClearCacheCommand extends Command
{
public $signature = 'envbar:flush-release';
public $signature = 'envbar:flush-release-cache';

public $description = 'Flush the cache for the EnvBar releases.';

Expand Down

0 comments on commit a89700f

Please sign in to comment.