From 3b418421e783c2a68e1c0927c30c1552a24875db Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 17 Jul 2020 08:03:16 -0500 Subject: [PATCH] change path --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index a03551a0e..a8137b13a 100644 --- a/public/index.php +++ b/public/index.php @@ -16,8 +16,8 @@ define('LARAVEL_START', microtime(true)); | */ -if (file_exists(__DIR__.'/../bootstrap/maintenance.php')) { - require __DIR__.'/../bootstrap/maintenance.php'; +if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) { + require __DIR__.'/../storage/framework/maintenance.php'; } /*