Skip to content
Snippets Groups Projects
Commit 1868647d authored by Demian Katz's avatar Demian Katz
Browse files

php-cs-fixer (trimmed whitespace)

parent 8dfb22b5
No related merge requests found
......@@ -73,7 +73,7 @@ class SolrWebBackendFactory extends AbstractSolrBackendFactory
{
// Allow the searchConfig to override the default config if set.
$webconfig = $this->config->get($this->searchConfig);
return isset($webconfig->Index->url)
return isset($webconfig->Index->url)
? $webconfig->Index->url . '/' . $this->getSolrCore()
: parent::getSolrUrl();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment