Skip to content

Commit

Permalink
[8.x] Fixing the new maintenance mode (#34264)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 11, 2020
1 parent 31de8d6 commit e5af441
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<?php

// Check if the application is in maintenance mode...
if (! file_exists($down = __DIR__.'/../storage/framework/down')) {
if (! file_exists($down = __DIR__.'/down')) {
return;
}

Expand Down

0 comments on commit e5af441

Please sign in to comment.