@@ -162,7 +162,7 @@ |
||
162 | 162 | { |
163 | 163 | if ($request->getMethod() === 'POST') { |
164 | 164 | $this->questionRepository->delete( |
165 | - $this->uuidFactory->fromString($id) |
|
165 | + $this->uuidFactory->fromString($id) |
|
166 | 166 | ); |
167 | 167 | |
168 | 168 | $this->addFlash('success', 'De vraag is verwijderd.'); |