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

register() public méthode

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