Reorganize project part 3

This commit is contained in:
Bernd Bestel
2018-04-12 21:13:38 +02:00
parent 7dcd39f82f
commit 5a1d21ef31
86 changed files with 625 additions and 583 deletions

View File

@@ -4,7 +4,7 @@ namespace Grocy\Controllers;
class BaseApiController extends BaseController
{
protected function ApiEncode($response)
protected function ApiResponse($response)
{
return json_encode($response);
}