Completed
Push — dev5 ( 46988b...6c9d88 )
by Ron
09:50
created
app/Http/Controllers/Systems/SystemFilesController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             throw new UploadMissingFileException();
43 43
         }
44 44
         
45
-         //  Recieve and process the file
45
+            //  Recieve and process the file
46 46
         $save = $receiver->receive();
47 47
 
48 48
         //  See if the uploade has finished
Please login to merge, or discard this patch.