Skip to content

Commit d42d73c

Browse files
committed
Remove
1 parent a6b1008 commit d42d73c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

webapp/src/Controller/API/AbstractRestController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ protected function renderData(
8585
}
8686
$view->getContext()->setGroups($groups);
8787

88+
dump($view);
8889
$response = $this->handleView($view);
8990
$response->setStatusCode($statusCode);
9091
$response->headers->add($extraheaders);

webapp/src/Controller/API/ClarificationController.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ class ClarificationController extends AbstractRestController
5858
)]
5959
public function listAction(Request $request): Response
6060
{
61-
return parent::performListAction($request);
61+
$a = parent::performListAction($request);
62+
dump($a);
63+
return $a;
6264
}
6365

6466
/**

0 commit comments

Comments
 (0)