browner12\helpers\Commands\HelperMakeCommand::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 . '\\' . config('helpers.directory', 'Helpers');
    }