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

Commit

Permalink
Merge pull request #11 from m1guelpf/patch-1
Browse files Browse the repository at this point in the history
Support Auto-Discovery
  • Loading branch information
freekmurze committed Jun 16, 2017
2 parents 10bb50a + 3335e4d commit 463e6c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@
"psr-4": {
"Spatie\\PartialCache\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Spatie\\PartialCache\\PartialCacheServiceProvider"
],
"aliases": {
"PartialCache": "Spatie\\PartialCache\\PartialCacheFacade"
}
}
}
}

0 comments on commit 463e6c5

Please sign in to comment.