App\Console\Commands\TranslationImport::getNamespace PHP Метод

getNamespace() защищенный Метод

Get the namespace for the package
protected getNamespace ( string | null $name = null ) : string
$name string | null
Результат string
    protected function getNamespace($name = null)
    {
        return $name ?: 'xe';
    }