Skip to content

Commit

Permalink
New test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JPTLopes committed Sep 19, 2024
1 parent 5dd64c8 commit 3c59438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function edit(
): Response {
$form = $this->createForm(UserType::class, $user);
$form->handleRequest($request);

var_dump("string");
if ($form->isSubmitted() && $form->isValid()) {
$entityManager->flush();

Expand Down

0 comments on commit 3c59438

Please sign in to comment.