Форматирование
This commit is contained in:
@@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class ObservationPatient extends Model
|
||||
{
|
||||
protected $primaryKey = 'observation_patient_id';
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
@@ -15,7 +16,7 @@ class ObservationPatient extends Model
|
||||
'rf_mkab_id',
|
||||
'rf_department_id',
|
||||
'rf_report_id',
|
||||
'comment'
|
||||
'comment',
|
||||
];
|
||||
|
||||
public function history()
|
||||
|
||||
Reference in New Issue
Block a user