@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use League\Flysystem\Filesystem; |
|
| 4 | -use League\Flysystem\Adapter\Local; |
|
| 3 | +use Hypweb\Flysystem\Cached\Extra\DisableEnsureParentDirectories; |
|
| 5 | 4 | use Hypweb\Flysystem\Cached\Extra\Hasdir; |
| 6 | -use League\Flysystem\Cached\CachedAdapter; |
|
| 7 | 5 | use Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter; |
| 6 | +use League\Flysystem\Adapter\Local; |
|
| 7 | +use League\Flysystem\Cached\CachedAdapter; |
|
| 8 | 8 | use League\Flysystem\Cached\Storage\Adapter as ACache; |
| 9 | -use Hypweb\Flysystem\Cached\Extra\DisableEnsureParentDirectories; |
|
| 9 | +use League\Flysystem\Filesystem; |
|
| 10 | 10 | |
| 11 | 11 | elFinder::$netDrivers['googledrive'] = 'FlysystemGoogleDriveNetmount'; |
| 12 | 12 | |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | use Kunnu\Dropbox\Dropbox; |
| 4 | 4 | use Kunnu\Dropbox\DropboxApp; |
| 5 | 5 | use Kunnu\Dropbox\DropboxFile; |
| 6 | +use Kunnu\Dropbox\Exceptions\DropboxClientException; |
|
| 6 | 7 | use Kunnu\Dropbox\Models\FileMetadata; |
| 7 | 8 | use Kunnu\Dropbox\Models\FolderMetadata; |
| 8 | -use Kunnu\Dropbox\Exceptions\DropboxClientException; |
|
| 9 | 9 | |
| 10 | 10 | elFinder::$netDrivers['dropbox2'] = 'Dropbox2'; |
| 11 | 11 | |