item('Pong!'); } /** * Endpoint to show the Cachet version. * * @return \Illuminate\Http\JsonResponse */ public function version() { return $this->item(CACHET_VERSION); } }