class SupportServiceProvider extends ServiceProvider
Class SupportServiceProvider registers support components of Devise and other helpers that Devise uses.
Methods
| void |
boot()
Bootstrap the application events. |
|
| void |
register()
Register the service provider. |
|
| array |
provides()
Get the services provided by the provider. |
Details
at line 25
public void
boot()
Bootstrap the application events.
at line 35
public void
register()
Register the service provider.
at line 62
public array
provides()
Get the services provided by the provider.