mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Remove phraseanet services, update configuration
This commit is contained in:
@@ -564,6 +564,16 @@ class SphinxSearchEngine implements SearchEngineInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @return SphinxSearchEngine
|
||||
*/
|
||||
public static function create(Application $app, array $options = array())
|
||||
{
|
||||
return new static($app, $options['host'], $options['port'], $options['rt_host'], $options['rt_port']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return unique integer key for a databox
|
||||
*
|
||||
|
Reference in New Issue
Block a user