Modules\Doptor\TranslationManager\Services\LanguageService::__construct PHP Method

__construct() public method

public __construct ( Manager $translation_manager )
$translation_manager Barryvdh\TranslationManager\Manager
    public function __construct(Manager $translation_manager)
    {
        $this->translation_manager = $translation_manager;
        $this->language_path = base_path() . '/resources/lang/';
        $this->temp_path = temp_path() . '/';
    }