Files
hyperf_test/app/Command/stubs/service.stub
ctexthuang f4b812f861
Some checks are pending
Build Docker / build (push) Waiting to run
feat : pay Adapter
2025-09-04 23:08:54 +08:00

20 lines
291 B
Plaintext

<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
* @web_site https://ctexthuang.com
*/
declare(strict_types=1);
namespace %NAMESPACE%;
class %CLASS% extends
{
public function handle()
{
//todo Write logic
}
}