mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Removed unnecessary class
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user