5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
|
|
public function {%relationMethod%}(): \think\model\relation\BelongsTo
|
|
{
|
|
return $this->{%relationMode%}({%relationClassName%}, '{%relationForeignKey%}', '{%relationPrimaryKey%}');
|
|
} |