class WhoopsServiceProvider extends Provider (View source)

Properties

protected Application $app from  Provider

Methods

__construct(Application $app)

No description

from  Provider
register()

Registers the services provided by this provider.

provides()

No description

from  Provider
array
getDisallowedKeys()

Get the list of superglobal keys that should be masked in whoops output

Details

__construct(Application $app)

No description

Parameters

Application $app

register()

Registers the services provided by this provider.

provides()

No description

protected array getDisallowedKeys()

Get the list of superglobal keys that should be masked in whoops output

Return Value

array

A list of disallowed superglobal keys [`_SERVER' => ['some_key']]