8000 Use app_path in global file. Closes #1975. · atinder-snippets/laravel@8709c6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8709c6c

Browse files
committed
Use app_path in global file. Closes laravel#1975.
1 parent c7f889f commit 8709c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/start/global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
|
8181
*/
8282

83-
require __DIR__.'/../filters.php';
83+
require app_path().'/filters.php';

0 commit comments

Comments
 (0)
0