value = $value; } public function __invoke() { return is_callable($this->value) ? App::call($this->value) : $this->value; } }