App\Command\RenewAllCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('renew:all')->setDescription('Renew all certificates if it is possible');
    }
RenewAllCommand