mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
oups, forget a flush :)
This commit is contained in:
parent
a448405ce5
commit
f8e91c325d
@ -138,6 +138,8 @@ class ApiController extends AbstractCRUDController
|
|||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->getDoctrine()->getManager()->flush();
|
||||||
|
|
||||||
return $this->json(
|
return $this->json(
|
||||||
$entity,
|
$entity,
|
||||||
Response::HTTP_OK,
|
Response::HTTP_OK,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user