Initial commit

This commit is contained in:
2020-10-02 08:06:04 +02:00
parent 25708d01db
commit 1fd648bc4a
17 changed files with 567 additions and 1 deletions

View File

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