From a5db9e325741bb435ceb1b0230d676bcde644369 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Wed, 26 Feb 2020 16:56:40 +0800 Subject: [PATCH] Add new supported filesystems to config --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 4d843013c..36d9a0dfa 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -11,7 +11,7 @@ return [ | by the framework. A "local" driver, as well as a variety of cloud | based drivers are available for your choosing. Just store away! | - | Supported: "local", "s3", "rackspace" + | Supported: "local", "ftp", "sftp", "s3", "rackspace" | */