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
The class FileReferenceTypeConverter injects the class LoggingService via method injectLoggingService(LoggingService $dataMapFactory): void, and stored as property $dataMapFactory.
The class
FileReferenceTypeConverter
injects the classLoggingService
via methodinjectLoggingService(LoggingService $dataMapFactory): void
, and stored as property$dataMapFactory
.crossmedia_fourallportal/Classes/TypeConverter/FileReferenceTypeConverter.php
Line 31 in 3e00a60
Within method
convertFrom()
this property is then used as the DataMapFactory:crossmedia_fourallportal/Classes/TypeConverter/FileReferenceTypeConverter.php
Line 67 in 3e00a60
This leads to following exception:
The text was updated successfully, but these errors were encountered: