diff --git a/app/Livewire/PalletFromLocatorDataTable.php b/app/Livewire/PalletFromLocatorDataTable.php index 9a24a08b4..34bc5e1dc 100644 --- a/app/Livewire/PalletFromLocatorDataTable.php +++ b/app/Livewire/PalletFromLocatorDataTable.php @@ -68,7 +68,7 @@ class PalletFromLocatorDataTable extends Component $this->dispatch('open-modal', id: 'confirm-process-modal'); } - public function loadlocatorData($records,$plantId) + public function loadlocatorData($records, $plantId) { $this->plantId = $plantId; $this->records = $records; @@ -79,8 +79,6 @@ class PalletFromLocatorDataTable extends Component return view('livewire.pallet-from-locator-data-table'); } - - // public function render() // { // return view('livewire.pallet-from-locator-data-table');