Skip to content

Commit 25b9160

Browse files
committed
Merge branch '3.0' into 4.0
2 parents 9075eb2 + 6ab7279 commit 25b9160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/Driver/Version5/SystemDriver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
* source code.
1212
*/
1313

14-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version1;
14+
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version2;
1515
use Neos\Flow\Annotations as Flow;
1616

1717
/**
1818
* System driver for Elasticsearch version 5.x
1919
*
2020
* @Flow\Scope("singleton")
2121
*/
22-
class SystemDriver extends Version1\SystemDriver
22+
class SystemDriver extends Version2\SystemDriver
2323
{
2424
}

0 commit comments

Comments
 (0)