chore: Мелкие правки
This commit is contained in:
parent
0473d410d1
commit
3e0b99c3d2
4 changed files with 9 additions and 21 deletions
|
|
@ -27,6 +27,6 @@ class FakeTemplate extends \stdClass {
|
|||
* @return string
|
||||
*/
|
||||
function execute() {
|
||||
return json_encode($this->_data);
|
||||
return json_encode($this->_data) ?: '';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue