Altax\Command\Builtin\SelfUpdateCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('self-update')->setDescription('Updates altax to the latest version.');
    }
SelfUpdateCommand