Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit fc833c5

Browse files
Merge pull request #889 from mbartok/patch-2
Fix unknown property "method" on Route annotation
2 parents 5e4bf48 + 0dcb683 commit fc833c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/DatatableController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class DatatableController extends Controller
3838
*
3939
* @param Request $request
4040
*
41-
* @Route("/datatables/edit/field", method={"POST"}, name="sg_datatables_edit")
41+
* @Route("/datatables/edit/field", methods={"POST"}, name="sg_datatables_edit")
4242
*
4343
* @return Response
4444
* @throws Exception

0 commit comments

Comments
 (0)