Skip to content

Commit

Permalink
IndexesGenerator should be in public
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias committed Jan 26, 2024
1 parent cfd24ed commit dcd0c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

// Indexes Generators
->set('encryption.indexes_generator', IndexesGenerator::class)
->public()
->args([
abstract_arg('All services with tag "encryption.index_generator" are stored in a service locator by IndexGeneratorPass'),
service(EncryptorInterface::class)
Expand Down

0 comments on commit dcd0c9e

Please sign in to comment.