mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed broken test
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user