mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
<?php
|
|
|
|
namespace {%namespace%};
|
|
|
|
use think\Controller;
|
|
|
|
class {%className%} extends Controller
|
|
{
|
|
//
|
|
}
|