add value

This commit is contained in:
dongwei 2019-02-12 14:35:02 +08:00
parent 777afdd1e0
commit 54c80c06f3

View File

@ -49,7 +49,7 @@ class TunnelMiddleware
$points = array(
new Point(
'monitor',
null,
1,
['app' => env('APP_NAME'), 'status' => $status, 'env' => app()->environment()],
['content' => $request->getContent()]
)