extraAttributes; if ($this->getLive()) { $attributes['wire:poll.'.$this->getLive()] = '$dispatch(\'$refresh\')'; } return $attributes; } public function getExtraAttributesBag(): ComponentAttributeBag { return new ComponentAttributeBag($this->getExtraAttributes()); } public function getLive(): ?string { return $this->live; } public function getWidgets(): array { return []; } }