Skip to content

Commit f13a888

Browse files
committed
UIRuntime: compatibility with Latte master
1 parent e5164cc commit f13a888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/ApplicationLatte/UIRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class UIRuntime
2323
/**
2424
* @return bool
2525
*/
26-
public static function initialize(Latte\Template $template)
26+
public static function initialize(Latte\Runtime\Template $template)
2727
{
2828
// back compatiblity
2929
$params = $template->getParameters();

0 commit comments

Comments
 (0)