callback = $callback; } /** * Resolve the property value. * * @return mixed */ public function __invoke() { return App::call($this->callback); } }