mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-09 19:37:12 +02:00
Added draft for get routing
This commit is contained in:
13
src/controller/standart/StandartInterface.php
Normal file
13
src/controller/standart/StandartInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace controller\standart;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface StandartInterface
|
||||
{
|
||||
public function homepage():void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user