Skip to content

Commit

Permalink
[8.x] Avoid renaming collections and macroable (#33108)
Browse files Browse the repository at this point in the history
Avoid renaming collections and macros
  • Loading branch information
GrahamCampbell committed Jun 8, 2020
1 parent 0b1fe08 commit 69326d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Illuminate\Translation;

use Countable;
use Illuminate\Collections\Arr;
use Illuminate\Contracts\Translation\Loader;
use Illuminate\Contracts\Translation\Translator as TranslatorContract;
use Illuminate\Macroable\Macroable;
use Illuminate\Support\Arr;
use Illuminate\Support\Collection;
use Illuminate\Support\NamespacedItemResolver;
use Illuminate\Support\Str;
use Illuminate\Support\Traits\Macroable;
use InvalidArgumentException;

class Translator extends NamespacedItemResolver implements TranslatorContract
Expand Down

0 comments on commit 69326d2

Please sign in to comment.