Completed
Push — develop ( ba8d6b...e1ba06 )
by
unknown
05:04
created
app/Api/Controllers/APIController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-    * Get info about the install
43
-    */
42
+     * Get info about the install
43
+     */
44 44
     public function get_info() {
45 45
         $schema = DB::select('SELECT `version` FROM `dbSchema` LIMIT 1');
46 46
         $versions['git'] = `git rev-parse --short HEAD`;
Please login to merge, or discard this patch.