after action reports

This commit is contained in:
2021-03-19 21:31:14 +09:00
parent d7d98b5195
commit dd64010236
8 changed files with 104 additions and 11 deletions

View File

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