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.
1 parent e5164cc commit f13a888Copy full SHA for f13a888
src/Bridges/ApplicationLatte/UIRuntime.php
@@ -23,7 +23,7 @@ class UIRuntime
23
/**
24
* @return bool
25
*/
26
- public static function initialize(Latte\Template $template)
+ public static function initialize(Latte\Runtime\Template $template)
27
{
28
// back compatiblity
29
$params = $template->getParameters();
0 commit comments