form->outlet_ids = array_keys($this->outlets); } public function deselectAllOutlets(): void { $this->form->outlet_ids = []; } }