Fix database path.

This commit is contained in:
Taylor Otwell 2014-12-08 10:10:47 -06:00
parent 532297c109
commit 9d3a58284f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
},
"autoload": {
"classmap": [
"database",
"resources/database",
"tests/TestCase.php"
],
"psr-4": {