Files
nexusphp/app/Providers/GoogleDriveAdapter.php
2021-05-10 20:05:52 +08:00

12 lines
195 B
PHP

<?php
namespace App\Providers;
class GoogleDriveAdapter extends \Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter
{
public function getService()
{
return $this->service;
}
}