Merge pull request #4777 from SammyK/make-app-path-stream-safe

[5.7] Make app path stream safe
This commit is contained in:
Taylor Otwell 2018-09-28 13:53:45 -07:00 committed by GitHub
commit faaabe1cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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