Files
Background-panel/application/admin/command/Crud/stubs/mixins/modelrelationmethod-hasmany.stub
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

6 lines
172 B
Plaintext

public function {%relationMethod%}s()
{
return $this->{%relationMode%}('{%relationClassName%}', '{%relationForeignKey%}', '{%relationPrimaryKey%}');
}