for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wowapps\SlackBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class DefaultController extends Controller
{
/**
* @Route("/")
*/
public function indexAction()
return $this->render('WowappsSlackBundle:Default:index.html.twig');
}