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';
    }