google place api controller updated

This commit is contained in:
Hritikkk9
2024-07-12 19:17:19 +05:30
parent 65096a5c61
commit 563246bd54
4 changed files with 87 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ class SubscriptionController extends Controller
} catch (\Exception $e) {
Log::error("An error occurred in " . __METHOD__ . ": " . $e->getMessage(), ['exception' => $e]);
return jsonResponseWithErrorMessage(__('auth.something_went_wrong'), 500);
return jsonResponseWithErrorMessage(__('auth.something_went_wrong'));
}
}