Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public function user()
  2. {
  3. return $this->belongsTo('AppUser');
  4. }
  5.  
  6. public function client()
  7. {
  8. return $this->belongsTo('AppModelsClient');
  9. }
  10.  
  11. public function user()
  12. {
  13. return $this->belongsTo('AppUser');
  14. }
  15.  
  16. public function result()
  17. {
  18. return $this->hasMany('AppModelsResult');
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement