From 6125693845cc37e6b8d627d55a945086c96705dd Mon Sep 17 00:00:00 2001 From: Sammy Kaye Powers Date: Fri, 28 Sep 2018 13:52:26 -0400 Subject: [PATCH] Make app path stream safe --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index f2801adf..c65a8600 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -12,7 +12,7 @@ */ $app = new Illuminate\Foundation\Application( - realpath(__DIR__.'/../') + dirname(__DIR__) ); /*