Add steps for update app

This commit is contained in:
Jay Makwana
2020-05-19 07:50:58 +00:00
committed by Mohit Panjwani
parent e31b60bc48
commit 654395a175
11 changed files with 319 additions and 72 deletions

View File

@ -43,7 +43,7 @@ class UpdateController extends Controller
return response()->json([
'success' => false,
'error' => $e->getMessage()
]);
], 500);
}
}