Skip to content

Commit

Permalink
Laravel 6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 30, 2019
1 parent ca7b411 commit 6b17dfc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/SourceEditSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Tio\Laravel\Service;

use Illuminate\Support\Str;
use Tio\Laravel\SourceSaver;
use Carbon\Carbon;
use GuzzleHttp\Client;
Expand Down
1 change: 1 addition & 0 deletions src/SourceSaver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Tio\Laravel;

use Illuminate\Support\Str;
use Tio\Laravel\PrettyVarExport;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Filesystem\Filesystem;
Expand Down
1 change: 1 addition & 0 deletions src/TranslationExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Illuminate\Contracts\Foundation\Application;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Arr;
use Illuminate\Translation\Translator;
use Illuminate\Support\Arr;
use SplFileInfo;
Expand Down
2 changes: 2 additions & 0 deletions src/TranslationSaver.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
namespace Tio\Laravel;

use Illuminate\Contracts\Foundation\Application;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
use Tio\Laravel\PrettyVarExport;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Translation\Translator;
Expand Down

0 comments on commit 6b17dfc

Please sign in to comment.