class ReportsServiceProvider extends AuthServiceProvider

Properties

protected array $policies

The policy mappings for the application.

Methods

void
boot(Modules $modules, Router $router)

Bootstrap the application events.

void
register()

Register the service provider.

array
provides()

Get the services provided by the provider.

Details

at line 30
void boot(Modules $modules, Router $router)

Bootstrap the application events.

Parameters

Modules $modules
Router $router

Return Value

void

at line 84
void register()

Register the service provider.

Return Value

void

at line 102
array provides()

Get the services provided by the provider.

Return Value

array