mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
change to small letter
This commit is contained in:
+4
-6
@@ -8,20 +8,18 @@ class Contact extends Model
|
||||
{
|
||||
protected $fillable = ['company_id'];
|
||||
|
||||
|
||||
|
||||
public function User()
|
||||
public function user()
|
||||
|
||||
{
|
||||
|
||||
return $this->belongsTo(User::class);
|
||||
return $this->belongsTo(App/User);
|
||||
|
||||
}
|
||||
public function Company()
|
||||
public function company()
|
||||
|
||||
{
|
||||
|
||||
return $this->belongsTo(Company::class);
|
||||
return $this->belongsTo(App/Company);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user