Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored and github-actions[bot] committed Mar 15, 2024
1 parent 1fd4b00 commit 5342049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/Commands/MakeAddon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Statamic\Console\Commands;

use Facades\Statamic\Console\Processes\Composer;
use function Laravel\Prompts\spin;
use Statamic\Console\EnhancesCommands;
use Statamic\Console\Processes\Exceptions\ProcessException;
use Statamic\Console\RunsInPlease;
Expand All @@ -12,6 +11,8 @@
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;

use function Laravel\Prompts\spin;

class MakeAddon extends GeneratorCommand
{
use EnhancesCommands, RunsInPlease, ValidatesInput;
Expand Down

0 comments on commit 5342049

Please sign in to comment.