debug code for seecend time

This commit is contained in:
2025-08-04 12:14:01 +03:30
parent ab6d6f2cb0
commit c03601aebb
5 changed files with 7 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ class ProvinceOfficeController extends Controller
$action = HarimAction::FEEDBACK->value;
$harim->histories()->create([
'user_id' => auth()->user()->id,
'expert_id' => auth()->user()->id,
'previous_state_id' => $harim->state_id,
'previous_state_name' => $harim->state_name,
'expert_description' => $request->expert_description,