Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #82 from davidpiesse/master
Browse files Browse the repository at this point in the history
Added Laravel 5.5+ Auto Discover for Service Providers
  • Loading branch information
njbarrett authored Aug 23, 2017
2 parents 53e0d18 + aa19c69 commit 278a6c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,12 @@
"name": "Nicholas Barrett",
"email": "[email protected]"
}
]
],
"extra": {
"laravel": {
"providers": [
"Phaza\\LaravelPostgis\\DatabaseServiceProvider"
]
}
}
}

0 comments on commit 278a6c1

Please sign in to comment.