From 6a2bf4476528a359e9b80a296f26830f75770d35 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 26 Oct 2016 08:16:28 -0500 Subject: [PATCH] clear up comment --- config/filesystems.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 75b50022..e1c4c953 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -8,10 +8,8 @@ return [ |-------------------------------------------------------------------------- | | Here you may specify the default filesystem disk that should be used - | 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", "ftp", "s3", "rackspace" + | by the framework. The "local" disk, as well as a variety of cloud + | based disks are available to your application. Just store away! | */ @@ -39,6 +37,8 @@ return [ | may even configure multiple disks of the same driver. Defaults have | been setup for each driver as an example of the required options. | + | Supported Drivers: "local", "ftp", "s3", "rackspace" + | */ 'disks' => [