Files
nexusphp/app/Providers/GoogleDriveAdapter.php

12 lines
195 B
PHP
Raw Normal View History

2021-05-10 20:05:52 +08:00
<?php
namespace App\Providers;
class GoogleDriveAdapter extends \Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter
{
public function getService()
{
return $this->service;
}
}