Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef3e7a1

Browse files
committed
Merge pull request barryvdh#23 from GrahamCampbell/patch-1
Fixed rolling back migrations
2 parents 2d193ab + 10e338f commit ef3e7a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"symfony/process": "~2.3"
1616
},
1717
"autoload": {
18+
"classmap": [
19+
"src/migrations"
20+
],
1821
"psr-4": {
1922
"Barryvdh\\Queue\\": "src/"
2023
}

0 commit comments

Comments
 (0)