oops
This commit is contained in:
parent
0fb3d83fac
commit
870dc747db
1 changed files with 1 additions and 1 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' => ['Status label type is required.']]));
|
||||
}
|
||||
|
||||
$statuslabel = new Statuslabel;
|
||||
|
|
Loading…
Add table
Reference in a new issue