Newscoop\Tools\Console\Command\UpdateAutoloadCommand::configure PHP Method

configure() protected method

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('autoload:update')->setDescription('Update composer autoload map.');
    }
UpdateAutoloadCommand