We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c56cca + 55d536d commit 8414f0cCopy full SHA for 8414f0c
src/Console/Commands/ExportMessages.php
@@ -4,8 +4,8 @@
4
5
use Illuminate\Console\Command;
6
use KgBot\LaravelLocalization\Facades\ExportLocalizations;
7
-use League\Flysystem\Local\LocalFilesystemAdapter as Local;
8
use League\Flysystem\Filesystem;
+use League\Flysystem\Local\LocalFilesystemAdapter as Local;
9
10
class ExportMessages extends Command
11
{
src/Console/Commands/ExportMessagesToFlat.php
class ExportMessagesToFlat extends Command
0 commit comments