remove avatar from user management

This commit is contained in:
2025-07-21 09:05:51 +03:30
parent 68a5df0d2c
commit e0ff2fa9ca
6 changed files with 7 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ class CallController extends Controller
$event_name = Event::query()->find($event_id)->first()->name;
CallHistory::create([
CallHistory::query()->create([
'call_id' => $call->id,
'telephone_id' => $call->telephone_id,
'caller_phone_number' => $call->caller_phone_number,