Skip to content

Commit 8414f0c

Browse files
authored
Merge pull request #80 from kg-bot/analysis-64RRZW
Apply fixes from StyleCI
2 parents 9c56cca + 55d536d commit 8414f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Console/Commands/ExportMessages.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Illuminate\Console\Command;
66
use KgBot\LaravelLocalization\Facades\ExportLocalizations;
7-
use League\Flysystem\Local\LocalFilesystemAdapter as Local;
87
use League\Flysystem\Filesystem;
8+
use League\Flysystem\Local\LocalFilesystemAdapter as Local;
99

1010
class ExportMessages extends Command
1111
{

src/Console/Commands/ExportMessagesToFlat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Illuminate\Console\Command;
66
use KgBot\LaravelLocalization\Facades\ExportLocalizations;
7-
use League\Flysystem\Local\LocalFilesystemAdapter as Local;
87
use League\Flysystem\Filesystem;
8+
use League\Flysystem\Local\LocalFilesystemAdapter as Local;
99

1010
class ExportMessagesToFlat extends Command
1111
{

0 commit comments

Comments
 (0)