mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01: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…
Reference in New Issue
Block a user