13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
<?php
|
|
declare (strict_types = 1);
|
|
|
|
namespace {%app%}\{%layer%};
|
|
|
|
class Index{%suffix%}
|
|
{
|
|
public function index()
|
|
{
|
|
return '您好!这是一个[{%name%}]示例应用';
|
|
}
|
|
}
|