From 552196ce575f0a043ef47be16abf3263230fe5e2 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 2 Sep 2020 18:47:38 -0400 Subject: [PATCH] Fix root detection #798 --- public/index.php | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/public/index.php b/public/index.php index 9c2f9e1b..aba76258 100755 --- a/public/index.php +++ b/public/index.php @@ -1,26 +1,37 @@ setPublicPath(__DIR__); $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);