Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit f993262

Browse files
committed
Merge branch 'hotfix/sc-2524/migration-plan'
2 parents dec18b8 + 1e2a591 commit f993262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Middleware/PreventReferralsDuringMaintenance.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class PreventReferralsDuringMaintenance extends PreventRequestsDuringMaintenance
99
{
1010
/**
1111
* Reject calls to referrals api if the app is in maintenance mode
12+
* This allows the frontend to function in maintenance mode but not make changes to the db
1213
*
1314
* @param \Illuminate\Http\Request $request
1415
* @param \Closure $next

0 commit comments

Comments
 (0)