setConnection('mysql_hris')->belongsTo(User::class, 'ref_foreman', 'id'); } public function fees() { return $this->belongsTo(Fee::class, 'fee_id', 'id')->select('id', 'name','price'); } }