Potsky\LaravelLocalizationHelpers\Command\LocalizationAbstract::writeComment PHP Method

writeComment() public method

Display console message
public writeComment ( string $s ) : void
$s string the message to display
return void
    public function writeComment($s)
    {
        if ($this->display) {
            parent::comment($s);
        }
    }