SiteSettings
in package
implements
CommandInterface
Site Settings
Site settings are different from global settings because this endpoint is public.
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- Constructor
- run() : Response
- Run settings command
Properties
$responseFactory
protected
ResponseFactory
$responseFactory
Methods
__construct()
Constructor
public
__construct(ResponseFactory $responseFactory) : mixed
Parameters
- $responseFactory : ResponseFactory
run()
Run settings command
public
run(Request $request) : Response
Parameters
- $request : Request