Skip to content

Commit c9e7a3f

Browse files
committed
Don't autoload the database migrations
This will return error as "ambiguous class resolutions".
1 parent bb1b131 commit c9e7a3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
"autoload": {
3030
"psr-4": {
3131
"LucaDegasperi\\OAuth2Server\\": "src"
32-
},
33-
"classmap": [
34-
"database"
35-
]
32+
}
3633
},
3734
"autoload-dev": {
3835
"psr-4": {

0 commit comments

Comments
 (0)