From dff91c9f4469dd487cb3f056d74c2af3ff3286c2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 26 May 2015 16:15:28 -0500 Subject: [PATCH] update filesystem config. --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 2a9e19b5..0001ff54 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -54,7 +54,7 @@ return [ 'username' => 'your-username', 'password' => 'your-password', - // Optional config settings + // Optional FTP Settings... // 'port' => 21, // 'root' => '', // 'passive' => true,