Files
tougao/thinkphp/library/think/console/command/make/stubs/controller.plain.stub
wangjinlei 824380664c 1
2020-11-12 17:14:52 +08:00

11 lines
106 B
Plaintext

<?php
namespace {%namespace%};
use think\Controller;
class {%className%} extends Controller
{
//
}