after action reports
This commit is contained in:
@@ -37,7 +37,5 @@ class AfterActionReport extends Model
|
||||
|
||||
public function comments() {
|
||||
return $this->hasMany(App\Models\AfterActionReports\AfterActionReportComment::class, 'report_id', 'id');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user