Baum\Generators\Generator::getStubPath PHP Method

getStubPath() public method

Get the path to the stubs.
public getStubPath ( ) : string
return string
    public function getStubPath()
    {
        return __DIR__ . '/stubs';
    }