Skip to content

Commit 87a59ab

Browse files
author
Admin
committed
Handle pki for unHydrated response
1 parent 4f222cd commit 87a59ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Http/Middleware/Decorators/AbstractDecoratorMiddleware.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ public function undecorateRequest(
135135
}
136136
}
137137

138+
/**
139+
* @throws \Exception
140+
*/
138141
public function decorateResponse(
139142
JsonResponse $response,
140143
Request $request,
@@ -189,6 +192,9 @@ public static function removeForbiddenFieldsFromRequest(Request $request): void
189192
}
190193
}
191194

195+
/**
196+
* @throws \Exception
197+
*/
192198
protected function getListNewContent(Request $request, array $content, array $columns = [], $isCsv = false): array
193199
{
194200
$newContent = $content;

0 commit comments

Comments
 (0)