Small typo fix in filesystems.php (#5827)
* Update filesystems.php * Update filesystems.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
dcf59f0ef8
commit
969ff64e02
|
@ -22,7 +22,7 @@
|
|||
|
|
||||
| Here you may configure as many filesystem "disks" as you wish, and you
|
||||
| may even configure multiple disks of the same driver. Defaults have
|
||||
| been setup for each driver as an example of the required options.
|
||||
| been set up for each driver as an example of the required values.
|
||||
|
|
||||
| Supported Drivers: "local", "ftp", "sftp", "s3"
|
||||
|
|
||||
|
|
Loading…
Reference in New Issue