Skip to content

Commit

Permalink
Exclude install and upgrade routes from maintenance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johannac committed Jan 26, 2023
1 parent 2e70e5d commit 233e917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Middleware/CheckForMaintenanceMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class CheckForMaintenanceMode extends Middleware
* @var array
*/
protected $except = [
//
'install',
'upgrade',
];
}

0 comments on commit 233e917

Please sign in to comment.