Files
park/thinkphp/library/think/console/command/make/stubs/controller.plain.stub
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

11 lines
106 B
Plaintext

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