UpdateUserActivity
class UpdateUserActivity
Properties
protected array | $except | The URIs that should be excluded from updating the user activity. |
Methods
void
terminate(Request $request, Response $response)
Perform any final actions for the request lifecycle.
bool
inExceptArray(Request $request)
Determine if the request has a URI that should not update the user activity.
Details
at line 26
mixed
handle(Request $request, Closure $next)
Handle an outgoing response.
at line 38
void
terminate(Request $request, Response $response)
Perform any final actions for the request lifecycle.
at line 53
protected bool
inExceptArray(Request $request)
Determine if the request has a URI that should not update the user activity.