Skip to content

Commit 8dbd573

Browse files
committed
Remove Meilisearch adapter
1 parent 3c1e779 commit 8dbd573

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/etl/src/Flow/ETL/Pipeline/Optimizer/BatchSizeOptimization.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ final class BatchSizeOptimization implements Optimization
2929

3030
/**
3131
* We can't use DbalLoader::class here because that would create a circular dependency between ETL and Adapters.
32-
* All adapters requires ETL, but ELT does not require a single adapter to be present.
32+
* All adapters require ETL, but ELT does not require a single adapter to be present.
3333
*
3434
* @var array<class-string<Loader>>
3535
*/
3636
private array $supportedLoaders = [
3737
'Flow\ETL\Adapter\Doctrine\DbalLoader',
3838
'Flow\ETL\Adapter\Elasticsearch\ElasticsearchPHP\ElasticsearchLoader',
39-
'Flow\ETL\Adapter\Meilisearch\MeilisearchPHP\MeilisearchLoader',
4039
'Flow\ETL\Adapter\PostgreSql\PostgreSqlLoader',
4140
];
4241

0 commit comments

Comments
 (0)