upload
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @author jhx
|
||||
* @date 2021/10/20 11:25
|
||||
*/
|
||||
|
||||
namespace Test\service;
|
||||
|
||||
|
||||
class TestService
|
||||
{
|
||||
public function test($string)
|
||||
{
|
||||
return "hello {$string}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user