$action] + $context); } public function logResponse(string $action, GraphResponse $response, array $context = []): void { Log::info('graph.response', [ 'action' => $action, 'status' => $response->status, 'success' => $response->success, 'warnings' => $response->warnings, ] + $context); } }