diff options
Diffstat (limited to 'formats/JsonFormat.php')
-rw-r--r-- | formats/JsonFormat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/JsonFormat.php b/formats/JsonFormat.php index a60601a0..ef8c9f70 100644 --- a/formats/JsonFormat.php +++ b/formats/JsonFormat.php @@ -4,7 +4,6 @@ * Builds a JSON string from $this->items and return it to browser. */ class JsonFormat extends FormatAbstract { - public function stringify(){ $items = $this->getItems(); $toReturn = json_encode($items, JSON_PRETTY_PRINT); |