Fix database path.
This commit is contained in:
parent
532297c109
commit
9d3a58284f
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"database",
|
"resources/database",
|
||||||
"tests/TestCase.php"
|
"tests/TestCase.php"
|
||||||
],
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in New Issue