Skip to content

Commit

Permalink
Merge pull request #91 from moosapour-arash/moosapour-arash-patch-1
Browse files Browse the repository at this point in the history
Add more paths to config's exclude array
  • Loading branch information
ovanschie authored Sep 29, 2019
2 parents 411e67a + 0d6d3a4 commit 53bc336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/opcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@
base_path('vendor'),
],
'exclude' => [
'test',
'Test',
'tests',
'Tests',
'stub',
'Stub',
'stubs',
'Stubs',
'Dumper'
]
];

0 comments on commit 53bc336

Please sign in to comment.