thinkphp-wechat/thinkphp/library/think/console/command/make/stubs/middleware.stub

11 lines
122 B
Plaintext
Raw Permalink Normal View History

2021-12-24 16:40:05 +08:00
<?php
namespace {%namespace%};
class {%className%}
{
public function handle($request, \Closure $next)
{
}
}