Flarum\Console\Command\AbstractCommand::info PHP Method

info() protected method

Send an info string to the user.
protected info ( string $string )
$string string
    protected function info($string)
    {
        $this->output->writeln("<info>{$string}</info>");
    }