PHP Class Unicodeveloper\Emoji\EmojiServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: unicodeveloper/laravel-emoji

Protected Properties

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

Public Methods

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

Method Details

provides() public method

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

register() public method

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

Property Details

$defer protected property

* Indicates if loading of the provider is deferred.
protected $defer