Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Xammie authored and actions-user committed Feb 16, 2022
1 parent 2853418 commit 28d11b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CommandsTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

use Xammie\MakeCommands\Commands\InterfaceMakeCommand;
use Xammie\MakeCommands\Commands\RepositoryMakeCommand;
use function Pest\Laravel\artisan;
use Xammie\MakeCommands\Commands\ActionMakeCommand;
use Xammie\MakeCommands\Commands\ContractMakeCommand;
use Xammie\MakeCommands\Commands\DtoMakeCommand;
use Xammie\MakeCommands\Commands\EnumMakeCommand;
use Xammie\MakeCommands\Commands\InterfaceMakeCommand;
use Xammie\MakeCommands\Commands\RepositoryMakeCommand;
use Xammie\MakeCommands\Commands\ServiceMakeCommand;

it('can make action', function () {
Expand Down

0 comments on commit 28d11b9

Please sign in to comment.