Skip to content

Commit 733e258

Browse files
rubenvanasscheactions-user
authored andcommitted
Fix styling
1 parent 4b3f117 commit 733e258

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/RandomCommand.php

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

33
namespace Spatie\RandomCommand;
44

5-
use SplFileInfo;
6-
use RecursiveIteratorIterator;
75
use Illuminate\Console\Command;
8-
use RecursiveDirectoryIterator;
9-
use Illuminate\Support\Facades\Artisan;
106
use Illuminate\Console\ConfirmableTrait;
7+
use Illuminate\Support\Facades\Artisan;
8+
use RecursiveDirectoryIterator;
9+
use RecursiveIteratorIterator;
10+
use SplFileInfo;
1111

1212
class RandomCommand extends Command
1313
{

src/RandomCommandServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Spatie\RandomCommand;
44

5-
use Illuminate\Support\ServiceProvider;
65
use Illuminate\Console\Scheduling\Schedule;
6+
use Illuminate\Support\ServiceProvider;
77

88
class RandomCommandServiceProvider extends ServiceProvider
99
{

0 commit comments

Comments
 (0)