Files
coding-challenge-online-shop/src/controller/standart/StandartInterface.php
2018-07-14 18:50:47 +02:00

14 lines
153 B
PHP

<?php
namespace controller\standart;
/**
*
* @author kevinfrantz
*
*/
interface StandartInterface
{
public function homepage():void;
}