Passed
Push — master ( 42b6e6...42c748 )
by IRFA
01:55
created
resources/config/irfa/rajaongkir.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    /*
4
+	/*
5 5
     |--------------------------------------------------------------------------
6 6
     | End Point Api ( Server Configuration )
7 7
     |--------------------------------------------------------------------------
@@ -11,8 +11,8 @@  discard block
 block discarded – undo
11 11
     | Pro       : http://pro.rajaongkir.com/api
12 12
     |
13 13
     */
14
-    'account_type' => env('RAJAONGKIR_ACCOUNT_TYPE', 'starter'),
15
-    /*
14
+	'account_type' => env('RAJAONGKIR_ACCOUNT_TYPE', 'starter'),
15
+	/*
16 16
     |--------------------------------------------------------------------------
17 17
     | API key
18 18
     |--------------------------------------------------------------------------
@@ -20,8 +20,8 @@  discard block
 block discarded – undo
20 20
     |
21 21
     */
22 22
 
23
-    'api_key' => env('RAJAONGKIR_API_KEY', 'your-api-key'),
24
-    /*
23
+	'api_key' => env('RAJAONGKIR_API_KEY', 'your-api-key'),
24
+	/*
25 25
     |--------------------------------------------------------------------------
26 26
     | For Caching
27 27
     |--------------------------------------------------------------------------
@@ -33,10 +33,10 @@  discard block
 block discarded – undo
33 33
     | Cache supported database,and file. If you can't use cache, set value to null
34 34
     */
35 35
 
36
-    'province_table' => env('RAJAONGKIR_PROV_TABLE', 'ro_province'),
36
+	'province_table' => env('RAJAONGKIR_PROV_TABLE', 'ro_province'),
37 37
 
38
-    'city_table' => env('RAJAONGKIR_CITY_TABLE', 'ro_city'),
38
+	'city_table' => env('RAJAONGKIR_CITY_TABLE', 'ro_city'),
39 39
 
40
-    'cache_type' => env('RAJAONGKIR_CACHE', null),
40
+	'cache_type' => env('RAJAONGKIR_CACHE', null),
41 41
 
42 42
 ];
Please login to merge, or discard this patch.