6 lines
172 B
Plaintext
Raw Permalink Normal View History

2024-11-04 10:49:10 +08:00
public function {%relationMethod%}s()
{
return $this->{%relationMode%}('{%relationClassName%}', '{%relationForeignKey%}', '{%relationPrimaryKey%}');
}