Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Support Auto-Discovery (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic authored and freekmurze committed Jun 21, 2017
1 parent fe04e89 commit 6d6f649
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 @@ -44,5 +44,12 @@
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"extra": {
"laravel": {
"providers": [
"Spatie\\ModelCleanup\\ModelCleanupServiceProvider"
]
}
}
}

0 comments on commit 6d6f649

Please sign in to comment.