We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8e732 commit 4a219a6Copy full SHA for 4a219a6
docs/Documentation/Renderers/jsend.md
@@ -1,4 +1,4 @@
1
-Jsend
+JSend
2
=====
3
4
How to use?
tests/Config/api.php
@@ -18,7 +18,7 @@
18
if (empty($config)) {
19
$config = [
20
'Api' => [
21
- 'renderer' => 'CakeDC/Api.Jsend',
+ 'renderer' => 'CakeDC/Api.JSend',
22
'parser' => 'CakeDC/Api.Form',
23
'ServiceFallback' => '\\CakeDC\\Api\\Service\\FallbackService',
24
0 commit comments