From 62c2c1c7eadbd3c5b40e830c70cb25a15cf398a6 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 28 May 2015 21:42:05 +0100 Subject: [PATCH] Typo fix --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index 5a6215f5..ab66dd5f 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -62,6 +62,7 @@ return [ 'host' => 'ftp.example.com', 'username' => 'your-username', 'password' => 'your-password', + ], 's3' => [ 'driver' => 's3',