Skip to content

Commit

Permalink
Update TwigInjectRender.php
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed Aug 5, 2014
1 parent e95b900 commit 0c9f9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Event/TwigInjectRender.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class TwigInjectRender extends TwigInjectItem
public function __construct(
$controller,
array $attributes = array(),
$priority = 0,
array $query = array(),
$strategy = 'inline',
$priority = 0
$strategy = 'inline'
) {
$this->controller = $controller;
$this->attributes = $attributes;
Expand Down

0 comments on commit 0c9f9e1

Please sign in to comment.