Skip to content
Snippets Groups Projects
Select Git revision
  • c092f8c1bd03ba14556085a35e28d9a76aa0d001
  • master default
  • goodpaths
  • movie-page
  • front-bilel
  • vieille-branche
  • octofront
  • branche-TP-de-Tom
8 results

Footer.vue

Blame
  • NotificationController.php 363 B
    <?php
    /**
     * Created by PhpStorm.
     * User: jeremyguiselin
     * Date: 23/09/2016
     * Time: 08:22
     */
    
    namespace BackendBundle\Controller;
    
    use Symfony\Bundle\FrameworkBundle\Controller\Controller;
    
    class NotificationController extends Controller
    {
    
        public function indexAction()
        {
            return $this->render('@Backend/notification/index.html.twig');
        }
    }