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

vue.config.js

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');
        }
    }