Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. class ProjectTipItem extends Model
  2. {
  3.     public function tip(): BelongsTo
  4.     {
  5.         return $this->belongsTo(ProjectTip::class,
  6.             'id', 'tip_id');
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement