Skip to content

Commit a53cc3c

Browse files
committed
Merge branch '4.0'
2 parents ee58a26 + 25b9160 commit a53cc3c

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)