Skip to content

Commit 0002408

Browse files
author
David Bonner
committed
Fix an issue with migrate:refresh
Composer classmap was causing the migration file to be added twice, see issue #40
1 parent 6cb8966 commit 0002408

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"ellipsesynergie/api-response": "0.9.*"
2424
},
2525
"autoload": {
26-
"classmap": [
27-
"database"
28-
],
2926
"psr-4": {
3027
"Chrisbjr\\ApiGuard\\": "src"
3128
}

0 commit comments

Comments
 (0)