Initial commit
This commit is contained in:
10
model/DefaultModel.class.inc.php
Normal file
10
model/DefaultModel.class.inc.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
class DefaultModel
|
||||
{
|
||||
public function getTestMessage()
|
||||
{
|
||||
return "Rabbits can't fly without Red Bull.";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user