first commit
This commit is contained in:
9
Swoft_BackEndApi/app/Helper/Functions.php
Executable file
9
Swoft_BackEndApi/app/Helper/Functions.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Custom global functions
|
||||
*/
|
||||
|
||||
function user_func(): string
|
||||
{
|
||||
return 'hello';
|
||||
}
|
||||
Reference in New Issue
Block a user