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()
65
65
'environment ' => $ app ->environment (),
66
66
'prefixes ' => array ($ basePath ),
67
67
'project_root ' => $ basePath ,
68
- 'excluded_app_paths ' => array ($ basePath . '/vendor ' ),
68
+ 'in_app_exclude ' => array ($ basePath . '/vendor ' ),
69
69
'integrations ' => [new Integration ()]
70
70
],
71
71
$ userConfig
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public function register()
85
85
'environment ' => $ app ->environment (),
86
86
'prefixes ' => array ($ basePath ),
87
87
'project_root ' => $ basePath ,
88
- 'excluded_app_paths ' => array ($ basePath . '/vendor ' ),
88
+ 'in_app_exclude ' => array ($ basePath . '/vendor ' ),
89
89
'integrations ' => [new Integration ()]
90
90
],
91
91
$ userConfig
You can’t perform that action at this time.
0 commit comments