Skip to content

Commit

Permalink
Fix missing import after move
Browse files Browse the repository at this point in the history
  • Loading branch information
mleczakm committed Jul 30, 2024
1 parent 9937c45 commit 5100213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/etl/src/Flow/ETL/Config/ConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Flow\ETL\PHP\Type\Caster;
use Flow\ETL\Pipeline\Optimizer;
use Flow\ETL\Row\Factory\NativeEntryFactory;
use Flow\ETL\{Cache, Config};
use Flow\ETL\{Cache, Config, NativePHPRandomValueGenerator};
use Flow\Filesystem\{Filesystem, FilesystemTable};
use Flow\Serializer\{Base64Serializer, NativePHPSerializer, Serializer};

Expand Down

0 comments on commit 5100213

Please sign in to comment.