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

@@ -5,7 +5,7 @@
"ACL": 1,
"RoleMapping": 1,
"Role": 1,
"Customer": 1
"customer": 1
},
"models": {
"User": {},
@@ -13,6 +13,6 @@
"ACL": {},
"RoleMapping": {},
"Role": {},
"Customer": {}
"customer": {}
}
}