PHP Class Yab\Quarx\QuarxProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: YABhq/Quarx

Public Methods

Method Description
boot ( ) : void Alias the services in the boot.
register ( ) : void Register the services.

Method Details

boot() public method

Alias the services in the boot.
public boot ( ) : void
return void

register() public method

Register the services.
public register ( ) : void
return void