bump version number for development (#375)

This commit is contained in:
Kevin Papst
2018-10-25 22:27:43 +02:00
committed by GitHub
parent 6633c550f5
commit 55aedcd4a8
7 changed files with 37 additions and 15 deletions

View File

@@ -11,7 +11,6 @@ namespace App\Controller;
use App\Entity\User;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Annotation\Route;
@@ -21,7 +20,7 @@ use Symfony\Component\Routing\Annotation\Route;
* @Route(path="/homepage")
* @Security("is_granted('ROLE_USER')")
*/
class HomepageController extends Controller
class HomepageController extends AbstractController
{
/**
* @Route(path="", defaults={}, name="homepage", methods={"GET"})