Removed unnecessary class

This commit is contained in:
Kevin Frantz 2019-02-18 00:12:41 +01:00
parent d2fdc2b814
commit 06b679db87

View File

@ -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
{
}
}