mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:FlysystemGoogleDriveNetmount] require nao-pon/elfinder-flysystem-driver-ext
This commit is contained in:
@@ -18,7 +18,7 @@ if (! class_exists('elFinderVolumeFlysystemGoogleDriveCache', false)) {
|
||||
}
|
||||
}
|
||||
|
||||
class elFinderVolumeFlysystemGoogleDriveNetmount extends \Barryvdh\elFinderFlysystemDriver\Driver
|
||||
class elFinderVolumeFlysystemGoogleDriveNetmount extends \Hypweb\elFinderFlysystemDriverExt\Driver
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
@@ -300,7 +300,7 @@ class elFinderVolumeFlysystemGoogleDriveNetmount extends \Barryvdh\elFinderFlysy
|
||||
$filesystem = new Filesystem($googleDrive);
|
||||
}
|
||||
|
||||
$opts['driver'] = 'Flysystem' . (class_exists('elFinderVolumeFlysystemExt')? 'Ext' : '');
|
||||
$opts['driver'] = 'FlysystemExt';
|
||||
$opts['filesystem'] = $filesystem;
|
||||
$opts['checkSubfolders'] = true;
|
||||
if (! isset($opts['alias'])) {
|
||||
|
||||
Reference in New Issue
Block a user