App\Providers\YouTubeServiceProvider::register PHP 메소드

register() 공개 메소드

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