Mercurial > packages > magicforger
view src/Generator/Model/snippets/has_many_relation.stub @ 23:827efbf4d73c main-dev
Huge changes to the relationships for models and more complex
| author | Luka Sitas <sitas.luka.97@gmail.com> |
|---|---|
| date | Fri, 11 Apr 2025 20:50:20 -0400 |
| parents | |
| children | 31109c61ce02 |
line wrap: on
line source
public function {{ $relationhip_name }}() { return $this->hasMany({{ external_class_name }}::class, '{{ column_name }}'); }
