PHP Class Corcel\Providers\Laravel\AuthServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: jgrossi/corcel

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register bindings in the container.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

register() public method

Register bindings in the container.
public register ( ) : void
return void