Files
sklzypan/thinkphp/library/think/console/command/make/stubs/controller.plain.stub
T
liut 78fa827ef7 1
2021-10-12 11:11:57 +08:00

11 lines
106 B
Plaintext

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