class SaveSetting

Properties

protected SettingStore $stores

The setting stores.

protected bool $settingHandled

Indicates if the setting was handled for the current request.

Methods

handle($request, Closure $next)

No description

void
terminate(Request $request, Response $response)

Perform any final actions for the request lifecycle.

Details

at line 23
handle($request, Closure $next)

No description

Parameters

$request
Closure $next

at line 38
void terminate(Request $request, Response $response)

Perform any final actions for the request lifecycle.

Parameters

Request $request
Response $response

Return Value

void