1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Fixed broken test

This commit is contained in:
Eldad Fux 2020-02-15 18:54:45 +02:00
parent 172b7f46d2
commit 172fb77e8d

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 '';