Skip to content

Commit

Permalink
Add support for Laravel's auto discovery feature (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Drissen authored and patrickbrouwers committed Oct 2, 2017
1 parent 96d666e commit f1292c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,12 @@
"classmap": [
"tests"
]
},
"extra": {
"laravel": {
"providers": [
"LaravelDoctrine\\Migrations\\MigrationsServiceProvider"
]
}
}
}

0 comments on commit f1292c3

Please sign in to comment.