Files
2026-03-09 17:35:53 +08:00

6 lines
159 B
Plaintext

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