Skip to content

Instantly share code, notes, and snippets.

@peterlafferty
Last active February 28, 2018 17:24
Show Gist options
  • Save peterlafferty/f69ab12cdb056a378470549fb87c533f to your computer and use it in GitHub Desktop.
Save peterlafferty/f69ab12cdb056a378470549fb87c533f to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class IndexController extends Controller
{
public function homepage()
{
return $this->render('index.html.twig');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment