Changeset f457265 for app/Models


Ignore:
Timestamp:
02/24/21 21:58:42 (4 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
master
Children:
ff9da8b
Parents:
0c07a90
Message:

ADD technoweek offer, companies

Location:
app/Models
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • app/Models/User.php

    r0c07a90 rf457265  
    5353    }
    5454
     55    public function company()
     56    {
     57        return $this->belongsTo(Company::class);
     58    }
     59
    5560    public function userProfile()
    5661    {
  • app/Models/UserProfile.php

    r0c07a90 rf457265  
    1313        "technoblog_email",
    1414        "user_id",
     15        "is_company_profile",
    1516        "profile_link",
    1617        "short_bio",
Note: See TracChangeset for help on using the changeset viewer.