after action reports

This commit is contained in:
2021-06-06 00:25:07 +09:00
parent 7bfc30e50d
commit 82072f18dc

View File

@@ -36,7 +36,7 @@ class AfterActionReportsController extends Controller
'comments' => 'required',
]);
$report = new Report;
$report = new AfterActionReport;
$report->fc_id = auth()->user()->getId();
$report->fc_name = auth()->user()->getName();
$report->formup_time = $request->time;