Преглед на файлове

Configuration de FOSUserBundle

bastien преди 13 години
родител
ревизия
18eed440dd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Muzich/IndexBundle/Controller/IndexController.php

+ 1 - 1
src/Muzich/IndexBundle/Controller/IndexController.php Целия файл

@@ -55,7 +55,7 @@ class IndexController extends BaseController
55 55
     }
56 56
     // last username entered by the user
57 57
     $lastUsername = (null === $session) ? '' : $session->get(SecurityContext::LAST_USERNAME);
58
-
58
+    
59 59
     return array(
60 60
         'last_username' => $lastUsername,
61 61
         'error'         => $error,