schmunk42\giiant\generators\module\Generator::getTraitsNamespace PHP Method

getTraitsNamespace() public method

public getTraitsNamespace ( ) : string
return string the controller namespace of the module
    public function getTraitsNamespace()
    {
        return substr($this->moduleClass, 0, strrpos($this->moduleClass, '\\')) . '\\traits';
    }