# Salary

app / Models / Salary.php

protected $guarded =[];
public function salaryToUserInfo(){
    return $this->belongsTo(User::class,"user_id", "id");
}
1
2
3
4
Last Updated: 6/1/2022, 10:25:03 PM