You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the class ConfigGeneratorService the method getModelClassNamesRegisteredForAutomaticHandling() is called on object of instance DynamicModelGenerator.
Within the class
ConfigGeneratorService
the methodgetModelClassNamesRegisteredForAutomaticHandling()
is called on object of instanceDynamicModelGenerator
.crossmedia_fourallportal/Classes/Service/ConfigGeneratorService.php
Line 162 in 3e00a60
This method does not exists in class
DynamicModelGenerator
, it is defined in classDynamicModelRegister
which is injected.Calling method
getEntityClassNames()
will lead to an error in case the argument$entityClassName
is empty.The text was updated successfully, but these errors were encountered: