\ZF\Apigility\Admin\Model\AuthenticationModelFactory uses ZF\Configuration\ConfigWriter class, but when I look at zf-configuration package I can't see this class.
This is causing an error:
"detail":"Zend\\ServiceManager\\ServiceManager::get was unable to fetch or create an instance for
ZF\\Configuration\\ConfigWriter"
Weirdly seems to be fixed by loading ZF\\Configuration module, but still bad habit in code reference it.
\ZF\Apigility\Admin\Model\AuthenticationModelFactory
usesZF\Configuration\ConfigWriter
class, but when I look at zf-configuration package I can't see this class.This is causing an error:
Weirdly seems to be fixed by loading
ZF\\Configuration
module, but still bad habit in code reference it.