Skip to content

Commit

Permalink
Group with {}
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 16, 2016
1 parent ebae3ed commit 070fd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dispatcher.php
Expand Up @@ -119,7 +119,7 @@ public function asset($group, $asset)

$asset['source'] = $this->getAssetSourceUrl($asset['source']);

return $this->html->$group($asset['source'], $asset['attributes']);
return $this->html->{$group}($asset['source'], $asset['attributes']);
}

/**
Expand Down

0 comments on commit 070fd42

Please sign in to comment.