This commit is contained in:
KNaveenraj-ladybird
2023-09-06 14:37:02 +05:30
parent 58af2b3e81
commit adc6c48ea4
4 changed files with 18 additions and 9 deletions

View File

@@ -437,7 +437,7 @@ class TicketController extends Controller
return response()->json(compact('result'));
}
$result = ['success' => 'Replyed successfully'];
$result = ['success' => 'Replied successfully'];
return response()->json(compact('result'));
}