Skip to content

Commit

Permalink
Update Config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 6, 2015
1 parent 458f875 commit 6dea48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/Laravel/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getName()
public function getFunctions()
{
return [
new Twig_SimpleFunction('config', [$this->config, 'config']),
new Twig_SimpleFunction('config', [$this->config, 'get']),
new Twig_SimpleFunction('config_get', [$this->config, 'get']),
new Twig_SimpleFunction('config_has', [$this->config, 'has']),
];
Expand Down

0 comments on commit 6dea48a

Please sign in to comment.