Completed
Pull Request — master (#202)
by
unknown
10:03
created
config/dynamodb.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@  discard block
 block discarded – undo
33 33
                 'token' => env('AWS_SESSION_TOKEN'),
34 34
             ],
35 35
             'region' => env('DYNAMODB_REGION'),
36
-             // if true, it will use Laravel Log.
37
-             // For advanced options, see http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html
36
+                // if true, it will use Laravel Log.
37
+                // For advanced options, see http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html
38 38
             'debug' => env('DYNAMODB_DEBUG'),
39 39
             // set a prefix on all tables
40 40
             'prefix' => '',
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
                 'secret' => 'secret',
52 52
             ],
53 53
             'region' => 'stub',
54
-             // see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html
54
+                // see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html
55 55
             'endpoint' => env('DYNAMODB_LOCAL_ENDPOINT'),
56 56
             'debug' => true,
57 57
             // set a prefix on all tables
Please login to merge, or discard this patch.