fix customer model case

This commit is contained in:
2017-01-26 17:07:05 -07:00
parent 6116ee37b3
commit 10aab7ca76
4 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
"dataSource": "db",
"public": false
},
"Customer": {
"customer": {
"dataSource": "db",
"public": true
}