Skip to content

Commit 6a2bf44

Browse files
committed
clear up comment
1 parent 7479a8b commit 6a2bf44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/filesystems.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
|--------------------------------------------------------------------------
99
|
1010
| Here you may specify the default filesystem disk that should be used
11-
| by the framework. A "local" driver, as well as a variety of cloud
12-
| based drivers are available for your choosing. Just store away!
13-
|
14-
| Supported: "local", "ftp", "s3", "rackspace"
11+
| by the framework. The "local" disk, as well as a variety of cloud
12+
| based disks are available to your application. Just store away!
1513
|
1614
*/
1715

@@ -39,6 +37,8 @@
3937
| may even configure multiple disks of the same driver. Defaults have
4038
| been setup for each driver as an example of the required options.
4139
|
40+
| Supported Drivers: "local", "ftp", "s3", "rackspace"
41+
|
4242
*/
4343

4444
'disks' => [

0 commit comments

Comments
 (0)