Appzcoder\CrudGenerator\Commands\CrudModelCommand::getDefaultNamespace PHP Méthode

getDefaultNamespace() protected méthode

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
Résultat string
    protected function getDefaultNamespace($rootNamespace)
    {
        return $rootNamespace;
    }