Changeset f457265 for app/Models/User.php
- Timestamp:
- 02/24/21 21:58:42 (4 years ago)
- Branches:
- master
- Children:
- ff9da8b
- Parents:
- 0c07a90
- File:
-
- 1 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 {
Note:
See TracChangeset
for help on using the changeset viewer.