Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #62 from bestit/feature/61-replace-di-factory-shor…
Browse files Browse the repository at this point in the history
…tcut

#61 Replace deprecated dependency injection factory shortcut
  • Loading branch information
migo315 committed Nov 25, 2019
2 parents e310cd8 + 79a8902 commit b46bfbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased
### Fix
- \#61 Replace deprecated service factory shortcut with array syntax @bretrzaun / @migo315

## [3.2.0]
### Added
- \#53 Update flagception sdk to version 1.4 and implement whitelist / blacklist mode for cookies @migo315
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

flagception.expression_language:
class: Symfony\Component\ExpressionLanguage\ExpressionLanguage
factory: 'flagception.factory.expression_language_factory:create'
factory: ['@flagception.factory.expression_language_factory', 'create']
public: false

flagception.twig.toggle_extension:
Expand Down

0 comments on commit b46bfbb

Please sign in to comment.