Skip to content

Commit

Permalink
Merge pull request #10 from nicksanders/master
Browse files Browse the repository at this point in the history
Rename Context Values to Context Variables
  • Loading branch information
willdurand committed Dec 11, 2013
2 parents 36b9083 + 7e871dd commit 19e8d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/serializer.xml
Expand Up @@ -49,11 +49,11 @@
<!-- Expressions -->
<service id="hateoas.expression.evaluator" class="%hateoas.expression.evaluator.class%">
<argument type="service" id="symfony.expression.language" />
<call method="setContextValue">
<call method="setContextVariable">
<argument>container</argument>
<argument type="service" id="service_container"/>
</call>
<call method="setContextValue">
<call method="setContextVariable">
<argument>request</argument>
<argument type="service" id="request" on-invalid="null" strict="false" />
</call>
Expand Down

0 comments on commit 19e8d9c

Please sign in to comment.