Passed
Push — master ( 195c1d...80cc67 )
by Dominic
02:46
created
src/config/revolut.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@  discard block
 block discarded – undo
49 49
     | necessary route and controllers.
50 50
     |
51 51
     */
52
-    'redirect_uri' => env('REVOLUT_REDIRECT_URI'),
52
+	'redirect_uri' => env('REVOLUT_REDIRECT_URI'),
53 53
 
54
-    /*
54
+	/*
55 55
     |--------------------------------------------------------------------------
56 56
     | Tokens
57 57
     |--------------------------------------------------------------------------
@@ -68,20 +68,20 @@  discard block
 block discarded – undo
68 68
     | Supported stores: 'database', 'cache'
69 69
     |
70 70
     */
71
-    'tokens' => [
71
+	'tokens' => [
72 72
 
73
-        'encrypt' => true,
73
+		'encrypt' => true,
74 74
 
75
-        'store' => 'database',
75
+		'store' => 'database',
76 76
 
77
-        'database' => [
78
-            'table_name' => 'revolut_tokens'
79
-        ],
77
+		'database' => [
78
+			'table_name' => 'revolut_tokens'
79
+		],
80 80
 
81
-        'cache' => [
82
-            'driver' => null,
83
-        ],
84
-    ],
81
+		'cache' => [
82
+			'driver' => null,
83
+		],
84
+	],
85 85
 
86 86
 	/*
87 87
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.