Possible fix for #1367

This commit is contained in:
Glenn Hermans 2019-08-30 10:39:55 +02:00 committed by GitHub
parent afefcefe9e
commit 2619623a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@
"extra": {
"laravel": {
"dont-discover": [
"barryvdh/laravel-debugbar"
"barryvdh/laravel-debugbar",
"laravel/dusk"
]
}
},