Namespaced models and refactored filters

This commit is contained in:
Graham Campbell
2015-01-02 00:18:19 +00:00
parent 15a6694865
commit 0ccb5e289c
66 changed files with 310 additions and 195 deletions

View File

@@ -28,9 +28,10 @@
"autoload": {
"classmap": [
"app/database/migrations",
"app/database/seeds",
"app/filters",
"app/models"
"app/database/seeds"
],
"files": [
"src/helpers.php"
],
"psr-4": {
"CachetHQ\\Cachet\\": "src/"
@@ -38,7 +39,7 @@
},
"autoload-dev": {
"classmap": [
"app/tests/TestCase.php"
"tests/TestCase.php"
]
},
"extra": {