Skip to content

Commit

Permalink
Merge pull request #628 from tienvx/override-expression-language
Browse files Browse the repository at this point in the history
Override expression language
  • Loading branch information
tienvx authored Jul 13, 2022
2 parents b3175d4 + 08a31a2 commit 0cdea1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@

// Services
->set(ExpressionLanguage::class)
->set('assignments_evaluator.expression_language', ExpressionLanguage::class)

->set(SelenoidHelper::class)
->alias(SelenoidHelperInterface::class, SelenoidHelper::class)
Expand Down

0 comments on commit 0cdea1e

Please sign in to comment.