after action reports
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user