Commit 931f0eb8 authored by Graham Campbell's avatar Graham Campbell

Make use of autoload-dev

parent 7a8b2256
......@@ -12,13 +12,17 @@
},
"autoload": {
"classmap": [
"resources/database",
"tests/TestCase.php"
"database"
],
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment