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