Files
midi-php/application/admin/command/Crud/stubs/mixins/modelrelationmethod-hasmany.stub
2025-08-13 10:43:56 +08:00

6 lines
172 B
Plaintext

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