Skip to content

Commit 49a72b4

Browse files
faustbrianclaude
andcommitted
style: reorganize imports in DebugCommand
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 17c9717 commit 49a72b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Commands/DebugCommand.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
use Composer\InstalledVersions;
66
use Illuminate\Console\Command;
7-
use function Laravel\Prompts\info;
8-
use function Laravel\Prompts\note;
7+
use Illuminate\Contracts\Console\PromptsForMissingInput;
98
use Illuminate\Support\Collection;
10-
use function Laravel\Prompts\error;
11-
use function Laravel\Prompts\intro;
12-
use function Laravel\Prompts\outro;
13-
14-
use function Laravel\Prompts\select;
159
use Illuminate\Support\Facades\File;
1610
use Illuminate\Support\Facades\Process;
1711
use Native\Laravel\Support\Environment;
1812
use Symfony\Component\Console\Attribute\AsCommand;
19-
use Illuminate\Contracts\Console\PromptsForMissingInput;
13+
14+
use function Laravel\Prompts\error;
15+
use function Laravel\Prompts\info;
16+
use function Laravel\Prompts\intro;
17+
use function Laravel\Prompts\note;
18+
use function Laravel\Prompts\outro;
19+
use function Laravel\Prompts\select;
2020

2121
#[AsCommand(
2222
name: 'native:debug',

0 commit comments

Comments
 (0)