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 fd496b8 commit d84a480Copy full SHA for d84a480
1 file changed
src/Bridges/ApplicationLatte/Template.php
@@ -85,7 +85,8 @@ public function __toString()
85
*/
86
public function addFilter($name, $callback)
87
{
88
- return $this->latte->addFilter($name, $callback);
+ $this->latte->addFilter($name, $callback);
89
+ return $this;
90
}
91
92
0 commit comments