chore: 重写初始提交(清空历史,整理后全量提交)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | YwxApp [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2026-2036 http://ywxapp.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: ywxapp<admin@ywxapp.cn>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace {%namespace%};
|
||||
|
||||
/**
|
||||
* 应用模块引导类
|
||||
*
|
||||
* 由 `php think app build` 自动生成(应用标识:{%app%})。
|
||||
* 可作为该应用模块的入口 / 服务提供者,在此注册自定义服务、事件、中间件等。
|
||||
*/
|
||||
class {%className%}
|
||||
{
|
||||
/**
|
||||
* 应用模块标识
|
||||
* @var string
|
||||
*/
|
||||
public string $name = '{%app%}';
|
||||
}
|
||||
Reference in New Issue
Block a user