mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add Form for ElasticSearch Configuration.
Also changed type from array to Options object.
This commit is contained in:
@@ -100,18 +100,6 @@ class ElasticSearchEngine implements SearchEngineInterface
|
||||
return $ret;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getConfigurationPanel()
|
||||
{
|
||||
if (!$this->configurationPanel) {
|
||||
$this->configurationPanel = new ConfigurationPanel($this->app, $this->app['conf']);
|
||||
}
|
||||
|
||||
return $this->configurationPanel;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user