baseline
This commit is contained in:
13
lib/Support/Hello.php
Normal file
13
lib/Support/Hello.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace MintyPHP\Support;
|
||||
|
||||
class Hello
|
||||
{
|
||||
public static $name = 'MintyPHP';
|
||||
|
||||
public static function getGreeting(): string
|
||||
{
|
||||
return 'Hello ' . static::$name . '!';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user