Passed
Push — dev5a ( 668142...386e30 )
by Ron
07:56
created
app/Domains/Equipment/SetEquipmentDataFields.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     //  Find any fields that have been removed from the list
76 76
     protected function findRemovedFields()
77 77
     {
78
-        $curFields = $this->getFieldsForEquip($this->sysID);    //SystemDataFields::where('sys_id', $this->sysID)->get();
78
+        $curFields = $this->getFieldsForEquip($this->sysID); //SystemDataFields::where('sys_id', $this->sysID)->get();
79 79
 
80 80
         $removedList = [];
81 81
         foreach($curFields as $field)
Please login to merge, or discard this patch.