Dateien hochladen nach „model“

This commit is contained in:
Tobias Hopp 2020-06-24 22:20:50 +02:00
parent 5f6d6014e9
commit c2a3f2f2fa

View File

@ -0,0 +1,10 @@
<?php
class DefaultModel
{
public function getTestMessage()
{
return "Rabbits can't fly without Red Bull.";
}
}