Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Parameter confused in Middleware/Authenticate #17

Closed
@a21ns1g4ts

Description

@a21ns1g4ts

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']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions