Skip to content

Commit

Permalink
laravel 55 auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Jun 23, 2017
1 parent 33e1c07 commit 6485247
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 @@ -30,5 +30,12 @@
"psr-4": {
"Eduardokum\\LaravelMailAutoEmbed\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Eduardokum\\LaravelMailAutoEmbed\\Providers\\LaravelMailAutoEmbedServiceProvider"
]
}
}
}

0 comments on commit 6485247

Please sign in to comment.