Files
2026-03-07 19:42:22 +08:00

5 lines
201 B
Plaintext

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