File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/core/etl/src/Flow/ETL/Pipeline/Optimizer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments