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

info() protected method

protected info ( )
    protected function info()
    {
        $this->output->writeln('<comment>The "' . $this->name() . '" ' . $this->what . ' has been created</comment>');
    }