Skip to content

Commit

Permalink
AggregateEntity::setConfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stříbrný committed May 2, 2016
1 parent 1b7b8d3 commit 94fb4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/AjaxSelect/Entities/AggregateEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public function setConfig(array $config) {
$entity->setConfig($config);
}

return parent::setConfig($config);
$this->config = $config;
return $this;
}

/**
Expand Down

0 comments on commit 94fb4ce

Please sign in to comment.