Appzcoder\CrudGenerator\Commands\CrudModelCommand::getDefaultNamespace PHP Method

getDefaultNamespace() protected method

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