Skip to content

Commit

Permalink
Merge pull request #1 from alexjoffroy/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
alexjoffroy committed May 4, 2018
2 parents 31b3ab2 + 72ef538 commit 3039c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Localization.php
Expand Up @@ -2,9 +2,9 @@

namespace AlexJoffroy\Localization;

use Illuminate\Contracts\Container\Container;
use Illuminate\Support\Collection;
use Illuminate\Support\HtmlString;
use Illuminate\Contracts\Container\Container;

class Localization
{
Expand Down
5 changes: 2 additions & 3 deletions src/LocalizationServiceProvider.php
Expand Up @@ -2,11 +2,10 @@

namespace AlexJoffroy\Localization;

use Closure;
use Illuminate\Support\ServiceProvider;
use AlexJoffroy\Localization\Listeners\AppLocaleUpdated;
use AlexJoffroy\Localization\Localization;
use Illuminate\Foundation\Events\LocaleUpdated;
use AlexJoffroy\Localization\Listeners\AppLocaleUpdated;
use Illuminate\Support\ServiceProvider;

class LocalizationServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 3039c2b

Please sign in to comment.