Kevin Frantz 1492282ae5 Cleanup
2018-07-15 16:41:56 +02:00

15 lines
155 B
PHP

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