Added draft for get routing

This commit is contained in:
Kevin Frantz
2018-07-14 18:50:47 +02:00
parent ceb83e20f1
commit d966cbc35d
9 changed files with 144 additions and 36 deletions

View File

@@ -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');