From a9597064d6cd9592b382132de50468761e18c997 Mon Sep 17 00:00:00 2001
From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr>
Date: Sat, 11 Feb 2017 12:30:56 -0500
Subject: [PATCH] fix notification

---
 src/BackendBundle/Controller/NotificationController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/BackendBundle/Controller/NotificationController.php b/src/BackendBundle/Controller/NotificationController.php
index 40f441b..45862f2 100644
--- a/src/BackendBundle/Controller/NotificationController.php
+++ b/src/BackendBundle/Controller/NotificationController.php
@@ -30,7 +30,7 @@ class NotificationController extends Controller
      * @param Request $request
      * @return Response
      *
-     * @Route("/admin/notification/create")
+     * @Route("/admin/notification/new")
      */
     public function createAction(Request $request)
     {
-- 
GitLab