Skip to content

Commit

Permalink
Merge pull request #87 from XavRsl/master
Browse files Browse the repository at this point in the history
Add Laravel auto-discovery
  • Loading branch information
Naoray authored Mar 20, 2018
2 parents ffea927 + f1b4116 commit e65df14
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 @@ -36,5 +36,12 @@
"tests/models/User.php",
"tests/models/Task.php"
]
},
"extra": {
"laravel": {
"providers": [
"Mpociot\\Teamwork\\TeamworkServiceProvider"
]
}
}
}

0 comments on commit e65df14

Please sign in to comment.