Files
2026-03-06 00:29:28 +08:00

6 lines
159 B
Plaintext

public function initialize(): void
{
parent::initialize();
$this->model = new \{%modelNamespace%}\{%modelName%}();{%filterRule%}
}