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

Commit

Permalink
Merge pull request #889 from mbartok/patch-2
Browse files Browse the repository at this point in the history
Fix unknown property "method" on Route annotation
  • Loading branch information
stephanvierkant authored May 10, 2019
2 parents 5e4bf48 + 0dcb683 commit fc833c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/DatatableController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DatatableController extends Controller
*
* @param Request $request
*
* @Route("/datatables/edit/field", method={"POST"}, name="sg_datatables_edit")
* @Route("/datatables/edit/field", methods={"POST"}, name="sg_datatables_edit")
*
* @return Response
* @throws Exception
Expand Down

0 comments on commit fc833c5

Please sign in to comment.