PHP Class JiraRestApi\JiraRestApiServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: lesstif/php-jira-rest-client

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
boot ( ) Bootstrap the application events.
register ( ) Register bindings in the container.

Method Details

boot() public method

Bootstrap the application events.
public boot ( )

register() public method

Register bindings in the container.
public register ( )

Property Details

$defer protected property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean