after action reports

This commit is contained in:
2021-03-15 00:52:39 +09:00
parent 0af6824866
commit b23d7195c5
4 changed files with 62 additions and 8 deletions

View File

@@ -36,7 +36,8 @@ class AfterActionReport extends Model
];
public function comments() {
return $this->hasMany(App\Models\AfterActionReports\AfterActionReportComment::class, 'report_id', 'id');
return $this->hasMany(App\Models\AfterActionReports\AfterActionReportComment::class, 'report_id', 'id');
}
}