Guest User

Untitled

a guest
Apr 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. namespace App;
  3.  
  4. use Illuminate\Database\Eloquent\Model;
  5.  
  6. class User extends Model {
  7. /**
  8. *
  9. *
  10. **/
  11. public function details( ) {
  12. return $this->hasOne( UserDetail::class );
  13. }
  14. }
Add Comment
Please, Sign In to add comment