mirror of
https://gitee.com/ctexthuang/hyperf-micro-svc.git
synced 2026-02-08 18:30:16 +08:00
19 lines
254 B
Plaintext
19 lines
254 B
Plaintext
<?php
|
|
/**
|
|
* This service file is part of item.
|
|
*
|
|
* @author ctexthuang
|
|
* @contact ctexthuang@qq.com
|
|
*/
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace %NAMESPACE%;
|
|
|
|
class %CLASS% extends
|
|
{
|
|
public function handle()
|
|
{
|
|
//todo Write logic
|
|
}
|
|
} |