fixed logo
This commit is contained in:
@ -17,4 +17,9 @@ class Employee extends Model
|
||||
'email',
|
||||
'phone',
|
||||
];
|
||||
public function company()
|
||||
{
|
||||
return $this->belongsTo(Company::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user