fixed logo

This commit is contained in:
2025-05-08 13:03:09 +05:45
parent 50258a116a
commit ea35db2164
5 changed files with 41 additions and 18 deletions

View File

@ -17,4 +17,9 @@ class Employee extends Model
'email',
'phone',
];
public function company()
{
return $this->belongsTo(Company::class);
}
}