mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-09 11:27:13 +02:00
Added draft for get routing
This commit is contained in:
@@ -8,7 +8,7 @@ use controller\AbstractController;
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
final class Standart extends AbstractController
|
||||
final class Standart extends AbstractController implements StandartInterface
|
||||
{
|
||||
public function homepage():void{
|
||||
$this->render('standart/homepage.html.twig');
|
||||
|
Reference in New Issue
Block a user