Skip to content

Commit

Permalink
Delete OptimizeFeshCommand and replace with OptimizeFreshCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 19, 2024
1 parent 70ce740 commit 1ab6334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Support\Facades\File;
use Kiwilan\Steward\Commands\Commandable;

class OptimizeFeshCommand extends Commandable
class OptimizeFreshCommand extends Commandable
{
/**
* The name and signature of the console command.
Expand Down
2 changes: 1 addition & 1 deletion src/StewardServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function configurePackage(Package $package): void
\Kiwilan\Steward\Commands\Submission\SubmissionGdprCommand::class,
\Kiwilan\Steward\Commands\Submission\SubmissionSendCommand::class,
\Kiwilan\Steward\Commands\TagCleanCommand::class,
\Kiwilan\Steward\Commands\Optimize\OptimizeFeshCommand::class,
\Kiwilan\Steward\Commands\Optimize\OptimizeFreshCommand::class,
\Kiwilan\Steward\Commands\ClearFreshCommand::class,
\Kiwilan\Steward\Commands\Jobs\JobsListCommand::class,
\Kiwilan\Steward\Commands\Jobs\JobsClearCommand::class,
Expand Down

0 comments on commit 1ab6334

Please sign in to comment.