Removed unwanted line

This commit is contained in:
dhanabalan
2025-07-04 17:39:57 +05:30
parent af3ae0803c
commit cea7f86fed

View File

@@ -89,7 +89,7 @@ class MachineImporter extends Importer
'work_center' => $workCenter 'work_center' => $workCenter
] ]
); );
return null;//work_center plant_id line_id name return null;
// // return Machine::firstOrNew([ // // return Machine::firstOrNew([
// // // Update existing records, matching them by `$this->data['column_name']` // // // Update existing records, matching them by `$this->data['column_name']`
// // 'email' => $this->data['email'], // // 'email' => $this->data['email'],