We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5207a38 + 5102df6 commit 1bfcf0fCopy full SHA for 1bfcf0f
Views/Extension/Twig/Extensions/Slim.php
@@ -16,6 +16,6 @@ public function getFunctions()
16
17
public function urlFor($name, $params = array(), $appName = 'default')
18
{
19
- return Slim::getInstance($appName)->urlFor($name, $params);
+ return \Slim\Slim::getInstance($appName)->urlFor($name, $params);
20
}
21
0 commit comments