Fenos\Notifynder\Translator\TranslatorManager::__construct PHP Méthode

__construct() public méthode

public __construct ( Compiler $compiler, Illuminate\Contracts\Config\Repository $config )
$compiler Compiler
$config Illuminate\Contracts\Config\Repository
    public function __construct(Compiler $compiler, Repository $config)
    {
        $this->compiler = $compiler;
        $this->config = $config;
    }