Select Git revision
sys_interpretador$py.class
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');
}
}