We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3366c43 + 981b654 commit a0949e6Copy full SHA for a0949e6
src/Http/Controller.php
@@ -19,7 +19,7 @@ public function html()
19
public function json()
20
{
21
return response()->json(
22
- Storage::disk('local')->get('apidoc/collection.json')
+ json_decode(Storage::disk('local')->get('apidoc/collection.json'))
23
);
24
}
25
0 commit comments