Skip to content
Snippets Groups Projects
Commit a476e694 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix crash rendering template with custom data properties

parent 390a21de
No related branches found
No related tags found
No related merge requests found
......@@ -329,6 +329,10 @@ class PlaceholderList
}
return new static(array_filter($items));
}
function __toString() {
return $this->asVar();
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment