Skip to content

Commit

Permalink
Remove command GenerateUuid
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Sep 22, 2023
1 parent 5fc0858 commit ce47b64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Command for publishing assets.
- Show alert if assets are not up-to-date

### Removed
- **BREAKING**: Remove command `GenerateUuid`

## [0.23.1] - 2023-08-22

### Added
Expand Down
25 changes: 0 additions & 25 deletions src/Console/Commands/GenerateUuid.php

This file was deleted.

1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ protected function loadCommands()
if ($this->app->runningInConsole()) {
$this->commands([
\Butler\Service\Console\Commands\Assets::class,
\Butler\Service\Console\Commands\GenerateUuid::class,
]);
}
}
Expand Down
28 changes: 0 additions & 28 deletions tests/Commands/GenerateUuidTest.php

This file was deleted.

0 comments on commit ce47b64

Please sign in to comment.