Skip to content

Commit 4b7e7d8

Browse files
committed
Merge pull request #481 from lucadegasperi/autoload
Don't autoload the database migrations
2 parents bb1b131 + c9e7a3f commit 4b7e7d8

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)