Make app path stream safe

This commit is contained in:
Sammy Kaye Powers
2018-09-28 13:52:26 -04:00
parent f0f912ef2b
commit 6125693845

View File

@@ -12,7 +12,7 @@
*/ */
$app = new Illuminate\Foundation\Application( $app = new Illuminate\Foundation\Application(
realpath(__DIR__.'/../') dirname(__DIR__)
); );
/* /*