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
+2
View File
@@ -124,6 +124,8 @@ return array(
'Dingo\Api\ApiServiceProvider',
'Cachet\Support\ServiceProviders\RepositoryServiceProvider',
),
/*
+4 -1
View File
@@ -20,7 +20,10 @@
"app/database/seeds",
"app/tests/TestCase.php",
"app/filters"
]
],
"psr-4": {
"Cachet\\": "app/Cachet"
}
},
"extra": {
"heroku": {