complete enum code for event and fix the ether code

This commit is contained in:
2025-04-30 09:22:30 +03:30
parent 46c7c11260
commit a5ff2adf7c
5 changed files with 18 additions and 30 deletions

View File

@@ -25,11 +25,6 @@ class CallController extends Controller
{
use ApiResponse;
public function index()
{
//
}
public function store(StoreRequest $request,NotificationService $notificationService): JsonResponse
{
try
@@ -78,12 +73,6 @@ class CallController extends Controller
}
}
public function show(string $id)
{
//
}
public function update(UpdateRequest $request, Call $call): JsonResponse
{
DB::transaction(function () use ($request, $call) {