added Cachet to autoloading and loading of service provider

This commit is contained in:
Elliot Hesp
2014-11-26 11:39:03 +00:00
parent 058d219733
commit e454a3395b
2 changed files with 6 additions and 1 deletions

View File

@@ -20,7 +20,10 @@
"app/database/seeds",
"app/tests/TestCase.php",
"app/filters"
]
],
"psr-4": {
"Cachet\\": "app/Cachet"
}
},
"extra": {
"heroku": {