mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Deleted default controller interface
This commit is contained in:
parent
bf32608956
commit
e31386b908
@ -10,7 +10,7 @@ use Symfony\Component\HttpFoundation\Response;
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class DefaultController extends AbstractController implements DefaultControllerInterface
|
||||
class DefaultController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @Route("/imprint", name="imprint")
|
||||
|
@ -1,17 +0,0 @@
|
||||
<?php
|
||||
namespace App\Controller;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface DefaultControllerInterface
|
||||
{
|
||||
public function homepage():Response;
|
||||
|
||||
public function imprint():Response;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user