mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
12 lines
195 B
PHP
12 lines
195 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Providers;
|
||
|
|
|
||
|
|
class GoogleDriveAdapter extends \Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter
|
||
|
|
{
|
||
|
|
public function getService()
|
||
|
|
{
|
||
|
|
return $this->service;
|
||
|
|
}
|
||
|
|
}
|