mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-09 11:27:13 +02:00
Added first draft Homepage
This commit is contained in:
17
src/controller/standart/Standart.php
Normal file
17
src/controller/standart/Standart.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace controller\standart;
|
||||
|
||||
use controller\AbstractController;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
final class Standart extends AbstractController
|
||||
{
|
||||
public function homepage():void{
|
||||
$this->render('standart/homepage.html.twig');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user