/**
  * {@inheritdoc}
  */
 protected function addFromStatements()
 {
     parent::addFromStatements();
     $this->config->offsetSetByPath('[source][query][from]', $this->from);
 }