mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Reorganize project part 3
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Grocy\Controllers;
|
||||
|
||||
class BaseApiController extends BaseController
|
||||
{
|
||||
protected function ApiEncode($response)
|
||||
protected function ApiResponse($response)
|
||||
{
|
||||
return json_encode($response);
|
||||
}
|
||||
|
Reference in New Issue
Block a user