Completed
Push — master ( ae0444...fea5ec )
by Mr
04:10
created
configs/resova-api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
     'base_uri'        => 'https://api.resova.eu/v1',
7 7
     'user_agent'      => 'Laravel wrapper of Resova PHP Client',
8 8
     'timeout'         => 20,
9
-    'tries'           => 2,  // Count of tries
9
+    'tries'           => 2, // Count of tries
10 10
     'seconds'         => 10, // Waiting time per each try
11 11
     'verbose'         => false,
12 12
     'debug'           => false,
Please login to merge, or discard this patch.