Fixed broken test

This commit is contained in:
Eldad Fux
2020-02-15 18:54:45 +02:00
parent 172b7f46d2
commit 172fb77e8d
+1 -1
View File
@@ -17,7 +17,7 @@ class Template extends View
*
* @throws Exception
*/
public function render()
public function render($minify = true)
{
if ($this->rendered) { // Don't render any template
return '';