loadTranslationsFrom() protected method

Register a translation file namespace.
protected loadTranslationsFrom ( string $path, string $namespace ) : void
$path string
$namespace string
return void
 public function loadTranslationsFrom($path, $namespace)
 {
     // just make public access
     parent::loadTranslationsFrom($path, $namespace);
 }