processor = $processor; } /** * Clean indexer view changelogs * * @return void */ public function execute() { $this->processor->clearChangelog(); } }