Skip to content
Snippets Groups Projects
Commit d1d5fda0 authored by hvckxm's avatar hvckxm
Browse files

Refactor

parent 32926456
Branches
No related tags found
1 merge request!30Deleted .idea/.gitignore, .idea/dataSources.xml, .idea/git_toolbox_prj.xml,...
......@@ -34,11 +34,7 @@ class MarkController extends BaseController
]);
}
return $this->renderForm('mark/new.html.twig', [
'mark' => $mark,
'form' => $form,
'user' => $user,
]);
return $this->renderForm('mark/new.html.twig', compact('mark', 'form', 'user'));
}
#[Route('/{id}/edit', name: 'app_mark_edit', methods: ['GET', 'POST'])]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment