*/ protected $listeners = [ 'updateAllRelationManager' => '$refresh', ]; /** * Get the header actions available. * * @return \Filament\Actions\Action[] */ protected function getHeaderActions(): array { return static::$resource::getActions(); } }