Open mbn18 opened 9 years ago
In my development I stoped getting exception errors. I checked the Application and verified that:
'display_exceptions' => true,
Later I discovered that zf-rest override my setting at: https://github.com/zfcampus/zf-rest/blob/master/config/module.config.php#L53
My solution was easy, I moved Application (and my module) to the end of the stack and behaviour returned to the expected one. My question is. Do we really need it in the zf-rest configuration?
This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-rest/issues/10.
In my development I stoped getting exception errors. I checked the Application and verified that:
Later I discovered that zf-rest override my setting at: https://github.com/zfcampus/zf-rest/blob/master/config/module.config.php#L53
My solution was easy, I moved Application (and my module) to the end of the stack and behaviour returned to the expected one. My question is. Do we really need it in the zf-rest configuration?