App\Console\Commands\TranslationImport::getNamespace PHP Method

getNamespace() protected method

Get the namespace for the package
protected getNamespace ( string | null $name = null ) : string
$name string | null
return string
    protected function getNamespace($name = null)
    {
        return $name ?: 'xe';
    }