Completed
Push — master ( 0d17ec...34df22 )
by Yaro
02:05
created
config/apidocs.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * API Blueprint related data.
31 31
      */
32
-     'blueprint' => [
32
+        'blueprint' => [
33 33
      
34 34
         'host' => null,
35 35
         
@@ -39,6 +39,6 @@  discard block
 block discarded – undo
39 39
         'reference_delimiter' => ' / ',
40 40
         'disc' => 'apidocs',
41 41
         
42
-     ]
42
+        ]
43 43
 
44 44
 ];
Please login to merge, or discard this patch.