fix service provider again

This commit is contained in:
Nabeel Shahzad
2017-12-05 20:59:47 -06:00
parent 43896b824a
commit 53205ab5dc
2 changed files with 6 additions and 12 deletions

View File

@@ -83,10 +83,9 @@ return [
*/
'scan' => [
'enabled' => true,
'enabled' => false,
'paths' => [
base_path('Modules/*/*'),
//base_path('vendor/*/*'),
base_path('vendor/*/*'),
],
],
/*