Skip to content

Commit

Permalink
Merge pull request laravel#28 from camelCaseD/5.0
Browse files Browse the repository at this point in the history
Fix Syntax error in config/filesystems.php
  • Loading branch information
taylorotwell committed Apr 16, 2015
2 parents 430a978 + fa18540 commit fd2dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],

's3' => [
'driver'   => 's3',
'driver' => 's3',
'key' => env('S3_KEY'),
'secret' => env('S3_SECRET'),
'region' => env('S3_REGION'),
Expand Down

0 comments on commit fd2dea3

Please sign in to comment.