actions = $actions; return $this; } public function getActions(): array { return Arr::wrap($this->evaluate($this->actions)); } }