mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-02 22:26:34 +08:00
11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
<?php
|
|
|
|
namespace {%namespace%};
|
|
|
|
class {%className%}
|
|
{
|
|
public function handle($request, \Closure $next)
|
|
{
|
|
}
|
|
}
|