Kirby\Cli\Command\Make::template PHP Method

template() protected method

protected template ( )
    protected function template()
    {
        return __DIR__ . '/Make/templates/' . $this->what . '.' . $this->extension;
    }