mirror of
https://github.com/flarum/core.git
synced 2025-06-21 18:26:01 +02:00
@ -415,6 +415,7 @@ class WebAppView
|
|||||||
/**
|
/**
|
||||||
* Get the result of an API request to show the forum.
|
* Get the result of an API request to show the forum.
|
||||||
*
|
*
|
||||||
|
* @param Request $request
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function getForumDocument(Request $request)
|
protected function getForumDocument(Request $request)
|
||||||
@ -429,6 +430,7 @@ class WebAppView
|
|||||||
/**
|
/**
|
||||||
* Get the result of an API request to show the current user.
|
* Get the result of an API request to show the current user.
|
||||||
*
|
*
|
||||||
|
* @param Request $request
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function getUserDocument(Request $request)
|
protected function getUserDocument(Request $request)
|
||||||
@ -447,6 +449,7 @@ class WebAppView
|
|||||||
/**
|
/**
|
||||||
* Get information about the current session.
|
* Get information about the current session.
|
||||||
*
|
*
|
||||||
|
* @param Request $request
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function buildSession(Request $request)
|
protected function buildSession(Request $request)
|
||||||
|
Reference in New Issue
Block a user