where('key', 'build')->value('value'); $reportedBuild = $build !== null ? ((int) $build) + 1 : 1; return response()->json([ 'connect' => 'ok', 'version_status' => [ 'build' => $reportedBuild, ], 'notification_state' => false, ]); } }