mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-03 18:58:01 +00:00
Deleted default controller interface
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user