We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55e629 commit 51150fdCopy full SHA for 51150fd
README.md
@@ -284,7 +284,7 @@ To solve this issue try adding your `vendor` folder into the `excludePaths` conf
284
ContractApplication::getInstance()->init(array(
285
'debug' => true,
286
'appDir' => __DIR__,,
287
- 'exludePaths' => [
+ 'excludePaths' => [
288
__DIR__ . '/vendor'
289
],
290
'cacheDir' => __DIR__.'/cache/',
0 commit comments