adenvt/laravel-coreui-vue

Parameter confused in Middleware/Authenticate

Closed this issue · 1 comments

Look this line:
33: return response()->json($data, $data['status'], '404');
the invocation parameter types are not compatible with declared.
Sugest:
33: return response()->json($data, $data['status']);

Fixed in 1.1.0