Skip to content

Commit eef1aae

Browse files
authored
Add missing extra provider registration
#1
1 parent ffb74aa commit eef1aae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,12 @@
5050
"psr-4": {
5151
"LdapRecord\\Browser\\Tests\\": "tests/"
5252
}
53+
},
54+
"extra": {
55+
"laravel": {
56+
"providers": [
57+
"LdapRecord\\Browser\\BrowserServiceProvider"
58+
]
59+
}
5360
}
5461
}

0 commit comments

Comments
 (0)