refresh model after save
This commit is contained in:
parent
52fa74197f
commit
18be22aafc
@ -42,6 +42,7 @@ public function save(StoreReportRequest $request)
|
||||
]);
|
||||
$report->saveContent(request('content'));
|
||||
$report->save();
|
||||
$report->refresh();
|
||||
|
||||
audit()
|
||||
->on($study)
|
||||
|
Loading…
Reference in New Issue
Block a user