Use proper getter for static content API #799
This commit is contained in:
parent
c9cb6e8b53
commit
2ccd1e0e2d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class StaticContentController extends ApiController
|
|||
|
||||
// response
|
||||
return new ApiResponse(true, '', [
|
||||
'content' => $content->content,
|
||||
'content' => $content->getContent(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue