Skip to content

Commit

Permalink
chore: release v7.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Dec 1, 2023
1 parent ee759cb commit 4cbc804
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "akrillia/laravel-beyond",
"type": "library",
"license": "ISC",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"autoload": {
"psr-4": {
"AkrilliA\\LaravelBeyond\\": "src/"
Expand Down
1 change: 1 addition & 0 deletions src/Commands/Abstracts/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use AkrilliA\LaravelBeyond\NameResolver;
use AkrilliA\LaravelBeyond\Type;
use Illuminate\Console\Command;

use function Laravel\Prompts\error;
use function Laravel\Prompts\info;

Expand Down
1 change: 1 addition & 0 deletions src/Commands/MakeBuilderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use AkrilliA\LaravelBeyond\Commands\Abstracts\DomainCommand;
use AkrilliA\LaravelBeyond\NameResolver;
use AkrilliA\LaravelBeyond\Type;

use function Laravel\Prompts\info;
use function Laravel\Prompts\note;

Expand Down
1 change: 1 addition & 0 deletions src/NameResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use AkrilliA\LaravelBeyond\Exceptions\InvalidNameException;
use AkrilliA\LaravelBeyond\Exceptions\ModuleDoesNotExistsException;
use Illuminate\Support\Str;

use function Laravel\Prompts\select;

class NameResolver
Expand Down

0 comments on commit 4cbc804

Please sign in to comment.