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