mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-02 22:21:38 +08:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
|
|
public function {{relationMethod}}()
|
|
{
|
|
return $this->belongsTo('{{relationModel}}', '{{foreignKey}}', '{{primaryKey}}');
|
|
}
|