Parameter confused in Middleware/Authenticate
Closed this issue · 1 comments
a21ns1g4ts commented
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']);
adenvt commented
Fixed in 1.1.0