Skip to content

Commit d398284

Browse files
committed
[BUGFIX] Fix naming of ViewHelper to provide class resolution
1 parent f8fc13b commit d398284

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Classes/ViewHelpers/Format/JsonViewHelper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* Usage examples are available in Private/Partials/Test.html.
3434
*/
35-
class JSONViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper {
35+
class JsonViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper {
3636

3737

3838
/**
@@ -45,7 +45,6 @@ public function initializeArguments() {
4545
}
4646

4747

48-
4948
/**
5049
* @return string
5150
*/

0 commit comments

Comments
 (0)