Files
Smart-Farm/vendor/topthink/think-multi-app/src/command/stubs/controller.stub
2025-12-22 14:34:25 +08:00

13 lines
193 B
Plaintext

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