Passed
Push — dev5a ( e86993...328ab1 )
by Ron
10:15 queued 39s
created
app/Domains/Customers/setCustomerFiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             return false;
30 30
         }
31 31
 
32
-        $fileID   = $this->addDatabaseRow($filename, $this->path);
32
+        $fileID = $this->addDatabaseRow($filename, $this->path);
33 33
         $this->processCustFile($fileID, $userID, $request);
34 34
 
35 35
         return true;
Please login to merge, or discard this patch.