Skip to content

Commit

Permalink
[KunstmaanNodeSearchBundle]: remove check for class (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandergo90 authored and Devolicious committed Jun 8, 2018
1 parent c864064 commit 98cec55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ final class ElasticSearchUtil
*/
public static function useVersion6()
{
if (PHP_MAJOR_VERSION < 7 || !class_exists('\Elastica\Tool\CrossIndex')) {
if (PHP_MAJOR_VERSION < 7) {
return false;
}

Expand Down

0 comments on commit 98cec55

Please sign in to comment.