PHP Class Overtrue\LaravelSocialite\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: overtrue/laravel-socialite

Protected Properties

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

Public Methods

Method Description
provides ( ) : array Get the services provided by the provider.
register ( ) Register the provider.

Method Details

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the provider.
public register ( )

Property Details

$defer protected property

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