modified: .gitignore
This commit is contained in:
@@ -20,7 +20,13 @@ class Report extends Model
|
||||
'sent_at',
|
||||
'rf_department_id',
|
||||
'rf_user_id',
|
||||
'rf_lpudoctor_id'
|
||||
'rf_lpudoctor_id',
|
||||
'period_type',
|
||||
'period_start',
|
||||
'period_end',
|
||||
'report_month',
|
||||
'report_year',
|
||||
'status',
|
||||
];
|
||||
|
||||
public function metrikaResults(): \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
|
||||
Reference in New Issue
Block a user