Completed
Pull Request — master (#2)
by Andrew
03:06
created
src/AppBundle/Controller/Admin/AdminEstateController.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,6 @@
 block discarded – undo
122 122
      * @Route("/estate/delete/{slug}", name="admin_estate_delete")
123 123
      * @Method("DELETE")
124 124
      * @ParamConverter("estate", options={"mapping": {"slug": "slug"}})
125
-
126 125
      */
127 126
     public function estateDeleteAction(Request $request, Estate $estate)
128 127
     {
Please login to merge, or discard this patch.