zfcampus / zf-apigility-admin

Admin API and UI for Apigility
BSD 3-Clause "New" or "Revised" License
90 stars 64 forks source link

Usage of non-existing class ZF\Configuration\ConfigWriter #374

Open machek opened 7 years ago

machek commented 7 years ago

\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.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin/issues/12.