Files
wolfcode e1c3216904 init
2023-06-15 16:18:27 +08:00

6 lines
144 B
Plaintext

public function {{relationMethod}}()
{
return $this->belongsTo('{{relationModel}}', '{{foreignKey}}', '{{primaryKey}}');
}