You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function uploader()
/**
* Get an uploader with which to upload photos to (or replace photos on) Flickr.
* @return Uploader
*/
public function uploader(): Uploader // add the return type
{
return new Uploader($this);
}