Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 198 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 198 Bytes

##ApiResponse library

$response = new ApiResponse(ErrorResponseCode::ERROR_RELATED_VIDEO_UPLOAD_MISSING_SHARED_LINK);

** LARAVEL JSON RESPONSE ** return Response::json($response->getResponse());