Completed
Pull Request — master (#2)
by Kate
03:29
created
src/AppBundle/Controller/Admin/AdminEstateController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
         // replace this example code with whatever you need
27 27
         return $this->render('AppBundle::admin/index.html.twig', array(
28
-            'base_dir' => realpath($this->getParameter('kernel.root_dir') . '/..'),
28
+            'base_dir' => realpath($this->getParameter('kernel.root_dir').'/..'),
29 29
         ));
30 30
     }
31 31
 
Please login to merge, or discard this patch.
src/AppBundle/Controller/Admin/UserController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
             $request->query->getInt('page', 1),
63 63
             10
64 64
         );
65
-        return $this->render('@App/admin/user/estates_manager.html.twig', array('pagination' => $pagination));    }
65
+        return $this->render('@App/admin/user/estates_manager.html.twig', array('pagination' => $pagination)); }
66 66
 
67 67
     /**
68 68
      * @Route("/users/lock_user/{username}", name="lock_user")
Please login to merge, or discard this patch.