Commit c0a14a843890e7ea9a0efc4c446546156e4a00e9

Authored by Wilmer
1 parent 2c46fb7ec5
Exists in master

se asegura que para poder ingresar al área docente debe estar loguado

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/AppBundle/Controller/AppController.php
... ... @@ -35,6 +35,7 @@ class AppController extends Controller {
35 35 *
36 36 * @Route("/", name="cea_index")
37 37 * @Method("GET")
  38 + * @Security("has_role('ROLE_USUARIO')")
38 39 */
39 40 public function indexAction()
40 41 {
... ...