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
No known key found for this signature in database
GPG Key ID: E91513414E0FB78D

View File

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