mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-18 19:09:20 +02:00
Removed unnecessary class
This commit is contained in:
parent
d2fdc2b814
commit
06b679db87
@ -1,22 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Infinito\Controller;
|
|
||||||
|
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Offers an static webpage with bootstrap.
|
|
||||||
*
|
|
||||||
* @see https://getbootstrap.com/
|
|
||||||
*
|
|
||||||
* @author kevinfrantz
|
|
||||||
*
|
|
||||||
* @todo Write tests!
|
|
||||||
*/
|
|
||||||
final class HtmlController extends AbstractController
|
|
||||||
{
|
|
||||||
public function html(Request $request): Response
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user