From c0a14a843890e7ea9a0efc4c446546156e4a00e9 Mon Sep 17 00:00:00 2001 From: Wilmer Date: Mon, 5 Jun 2017 08:16:00 -0400 Subject: [PATCH] =?UTF-8?q?se=20asegura=20que=20para=20poder=20ingresar=20?= =?UTF-8?q?al=20=C3=A1rea=20docente=20debe=20estar=20loguado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AppBundle/Controller/AppController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AppBundle/Controller/AppController.php b/src/AppBundle/Controller/AppController.php index c7e864c..6966881 100644 --- a/src/AppBundle/Controller/AppController.php +++ b/src/AppBundle/Controller/AppController.php @@ -35,6 +35,7 @@ class AppController extends Controller { * * @Route("/", name="cea_index") * @Method("GET") + * @Security("has_role('ROLE_USUARIO')") */ public function indexAction() { -- 2.0.0