Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

sys_interpretador$py.class

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