Finally found the case sensitivity issue 👹

This commit is contained in:
gamonoid
2017-09-04 14:00:24 +02:00
committed by GitHub
parent b75925dcc2
commit 9aed367476

View File

@@ -7,6 +7,6 @@
"Admin"
],
"permissions": [],
"model_namespace": "\\Fieldnames\\Common\\Model",
"manager": "\\Fieldnames\\Admin\\Api\\FieldNamesAdminManager"
"model_namespace": "\\FieldNames\\Common\\Model",
"manager": "\\FieldNames\\Admin\\Api\\FieldNamesAdminManager"
}