Files
hyperf-micro-svc/app/Command/GenClass/stubs/service.stub
2025-09-12 15:23:08 +08:00

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
}
}