Skip to content

Commit

Permalink
Add the great macroable to Lang (laravel#14844)
Browse files Browse the repository at this point in the history
  • Loading branch information
mul14 authored and tillkruss committed Aug 30, 2016
1 parent e8b2c42 commit 7c593b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Translation/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
use Illuminate\Support\Collection;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Support\NamespacedItemResolver;
use Symfony\Component\Translation\MessageSelector;
use Symfony\Component\Translation\TranslatorInterface;

class Translator extends NamespacedItemResolver implements TranslatorInterface
{
use Macroable;

/**
* The loader implementation.
*
Expand Down

0 comments on commit 7c593b1

Please sign in to comment.