JiraRestApi\JiraRestApiServiceProvider::register PHP Method

register() public method

Register bindings in the container.
public register ( )
    public function register()
    {
        $this->app->bind(ConfigurationInterface::class, function () {
            return new DotEnvConfiguration(base_path());
        });
    }
JiraRestApiServiceProvider