thinkphp-wechat/thinkphp/library/think/console/command/make/stubs/controller.plain.stub

11 lines
106 B
Plaintext
Raw Normal View History

2021-12-24 16:40:05 +08:00
<?php
namespace {%namespace%};
use think\Controller;
class {%className%} extends Controller
{
//
}