Changeset f457265 for app/Models
- Timestamp:
- 02/24/21 21:58:42 (4 years ago)
- Branches:
- master
- Children:
- ff9da8b
- Parents:
- 0c07a90
- Location:
- app/Models
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Models/User.php
r0c07a90 rf457265 53 53 } 54 54 55 public function company() 56 { 57 return $this->belongsTo(Company::class); 58 } 59 55 60 public function userProfile() 56 61 { -
app/Models/UserProfile.php
r0c07a90 rf457265 13 13 "technoblog_email", 14 14 "user_id", 15 "is_company_profile", 15 16 "profile_link", 16 17 "short_bio",
Note:
See TracChangeset
for help on using the changeset viewer.