Skip to content

Commit e98ad7c

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 1698d35 commit e98ad7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/Console/Commands/Install.php

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

33
namespace Backpack\CRUD\app\Console\Commands;
44

5+
use Backpack\CRUD\BackpackServiceProvider;
56
use Carbon\Carbon;
6-
use Illuminate\Support\Str;
77
use Illuminate\Console\Command;
88
use Illuminate\Support\Facades\Hash;
9-
use Symfony\Component\Process\Process;
10-
use Backpack\CRUD\BackpackServiceProvider;
9+
use Illuminate\Support\Str;
1110
use Symfony\Component\Console\Output\OutputInterface;
11+
use Symfony\Component\Process\Process;
1212

1313
class Install extends Command
1414
{

0 commit comments

Comments
 (0)