File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function register()
6565 'environment ' => $ app ->environment (),
6666 'prefixes ' => array ($ basePath ),
6767 'project_root ' => $ basePath ,
68- 'excluded_app_paths ' => array ($ basePath . '/vendor ' ),
68+ 'in_app_exclude ' => array ($ basePath . '/vendor ' ),
6969 'integrations ' => [new Integration ()]
7070 ],
7171 $ userConfig
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public function register()
8585 'environment ' => $ app ->environment (),
8686 'prefixes ' => array ($ basePath ),
8787 'project_root ' => $ basePath ,
88- 'excluded_app_paths ' => array ($ basePath . '/vendor ' ),
88+ 'in_app_exclude ' => array ($ basePath . '/vendor ' ),
8989 'integrations ' => [new Integration ()]
9090 ],
9191 $ userConfig
You can’t perform that action at this time.
0 commit comments