Skip to content

Commit 4419b22

Browse files
spawniagithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 71774d8 commit 4419b22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/DownloadAssetsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace MLL\GraphQLVoyager;
44

55
use Illuminate\Console\Command;
6+
67
use function Safe\file_get_contents;
78
use function Safe\file_put_contents;
89
use function Safe\mkdir;

src/GraphQLVoyagerServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Contracts\Config\Repository as ConfigRepository;
66
use Illuminate\Support\ServiceProvider;
77
use Illuminate\Support\Str;
8+
89
use function Safe\realpath;
910

1011
class GraphQLVoyagerServiceProvider extends ServiceProvider

0 commit comments

Comments
 (0)