MyBuilder\Conductor\Command\LockFixerCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
    }