Flarum\Debug\Console\CacheClearCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('cache:clear')->setDescription('Remove all temporary and generated files');
    }