mirror of
https://github.com/filegator/filegator.git
synced 2025-08-08 09:16:46 +02:00
deploy: 27310f9d48
This commit is contained in:
@@ -154,7 +154,7 @@ Requiring additional libraries with <a href="https://getcomposer.org/download/">
|
|||||||
'separator' => '/',
|
'separator' => '/',
|
||||||
'config' => [],
|
'config' => [],
|
||||||
'adapter' => function () {
|
'adapter' => function () {
|
||||||
return new \League\Flysystem\Adapter\Ftp([
|
return new \Filegator\Services\Storage\Adapters\FilegatorFtp([
|
||||||
'host' => 'example.com',
|
'host' => 'example.com',
|
||||||
'username' => 'demo',
|
'username' => 'demo',
|
||||||
'password' => 'password',
|
'password' => 'password',
|
||||||
|
Reference in New Issue
Block a user