Server 103 Commit

This commit is contained in:
Server D3 Linksehat
2024-07-18 16:05:33 +07:00
parent 18732053a1
commit 1bf608b1ed
2380 changed files with 2007 additions and 717 deletions

4
app/Models/OLDLMS/Healthcare.php Normal file → Executable file
View File

@@ -20,6 +20,10 @@ class Healthcare extends Model
protected $primaryKey = 'nID';
public $fillable = [
'sStatus'
];
public function commission()
{
return $this->hasOne(HealthcareCommission::class, 'nIDHealthcare', 'nID')->where('sStatus', 1);