Skip to content

Instantly share code, notes, and snippets.

@flagtick
Created February 7, 2022 23:39
Show Gist options
  • Save flagtick/34b177c512c98ad024bac01370b5801d to your computer and use it in GitHub Desktop.
Save flagtick/34b177c512c98ad024bac01370b5801d to your computer and use it in GitHub Desktop.
Laravel/Google Drive V3/GoogleDriveAdapter.php
<?php
namespace App\Providers;
class GoogleDriveAdapter extends \Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter
{
public function getService()
{
return $this->service;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment