class SortableServiceProvider extends ServiceProvider
Class SortableServiceProvider registers the Sort facade on the Laravel container
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 26
public void
boot()
Bootstrap the application events.
at line 36
public void
register()
Register the service provider.
at line 50
public array
provides()
Get the services provided by the provider.