Skip to content

Commit 33ccdd8

Browse files
committed
Update web.php
1 parent 0220530 commit 33ccdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
});
224224

225225
// Displays Maintenance Mode page
226-
if(env('MAINTENANCE_MODE') == 'true' or file_exists(base_path("storage/MAINTENANCE"))){
226+
if(env('MAINTENANCE_MODE') == 'true'){
227227
Route::get('/{any}', function () {
228228
return view('maintenance');
229229
})->where('any', '.*');

0 commit comments

Comments
 (0)