upgraded livewire v3.5.9 => v3.5.12

This commit is contained in:
Godfrey M
2024-10-22 14:23:26 -07:00
parent dccb788a88
commit 0d59ccd6a6
8 changed files with 152 additions and 61 deletions
@@ -96,7 +96,7 @@ class StatuslabelsController extends Controller
if (! $request->filled('type')) {
return response()->json(Helper::formatStandardApiResponse('error', null, ['type' => ['Status label type is required.']]));
return response()->json(Helper::formatStandardApiResponse('error', null, ['type' => [trans('admin/statuslabels/message.require_status_label')]]));
}
$statuslabel = new Statuslabel;