Skip to content

Commit a45f013

Browse files
Reorder imports
1 parent bd3851c commit a45f013

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/InertiaJsPreset.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
namespace LaravelFrontendPresets\InertiaJsPreset;
44

5-
use Illuminate\Support\Arr;
5+
use Illuminate\Container\Container;
66
use Illuminate\Filesystem\Filesystem;
7-
use Symfony\Component\Process\Process;
8-
use Illuminate\Support\Facades\Artisan;
97
use Illuminate\Foundation\Console\Presets\Preset;
8+
use Illuminate\Support\Arr;
9+
use Illuminate\Support\Facades\Artisan;
10+
use Illuminate\Support\Str;
11+
use Symfony\Component\Process\Process;
1012

1113
class InertiaJsPreset extends Preset
1214
{

0 commit comments

Comments
 (0)