App\Providers\LastfmServiceProvider::register PHP Méthode

register() public méthode

Register the application services.
public register ( ) : void
Résultat void
    public function register()
    {
        app()->singleton('Lastfm', function () {
            return new Lastfm();
        });
    }
LastfmServiceProvider