Убрано указание подключения

This commit is contained in:
brusnitsyn
2025-12-17 23:56:41 +09:00
parent 1e9f5cb0ce
commit 2e31421d73

View File

@@ -11,7 +11,6 @@ class SttMedicalHistory extends Model
{ {
protected $primaryKey = 'MedicalHistoryID'; protected $primaryKey = 'MedicalHistoryID';
protected $table = 'stt_medicalhistory'; protected $table = 'stt_medicalhistory';
protected $connection = 'mis';
public function getFullNameAttribute() public function getFullNameAttribute()
{ {