PHP Class App\Providers\DocumentServiceProvider

Author: XE Team (developers) ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
boot ( ) : void boot
register ( ) : void Register the service provider.

Method Details

boot() public method

boot
public boot ( ) : void
return void

register() public method

Register the service provider.
public register ( ) : void
return void